SPECS: link-grammar.spec (NEW) - new (in autotooled version from a...

qboosh qboosh at pld-linux.org
Mon Oct 24 20:56:59 CEST 2005


Author: qboosh                       Date: Mon Oct 24 18:56:59 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new (in autotooled version from abisource)

---- Files affected:
SPECS:
   link-grammar.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/link-grammar.spec
diff -u /dev/null SPECS/link-grammar.spec:1.1
--- /dev/null	Mon Oct 24 20:56:59 2005
+++ SPECS/link-grammar.spec	Mon Oct 24 20:56:54 2005
@@ -0,0 +1,102 @@
+# $Revision$, $Date$
+Summary:	Link Grammar - a syntactic parser of English
+Summary(pl):	Link Grammar - składniowy analizator języka angielskiego
+Name:		link-grammar
+Version:	4.1.3
+Release:	1
+License:	BSD
+Group:		Libraries
+Source0:	http://www.abisource.com/downloads/link-grammar/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5:	e44a734a85fbbadf898fb935ac346f31
+URL:		http://www.link.cs.cmu.edu/link/
+BuildRequires:	automake
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Link Grammar Parser is a syntactic parser of English, based on
+link grammar, an original theory of English syntax. Given a sentence,
+the system assigns to it a syntactic structure, which consists of a
+set of labeled links connecting pairs of words. The parser also
+produces a "constituent" representation of a sentence (showing noun
+phrases, verb phrases, etc.).
+
+%description -l pl
+Parser Link Grammar to składniowy analizator języka angielskiego
+oparty na gramatyce łączeń - oryginalnej teorii składni języka
+angielskiego. Po podaniu zdania system przypisuje mu strukturę
+składniową, składającą się ze zbioru oznaczonych łączeń wiążących pary
+słów. Analizator tworzy także składową reprezentację zdania
+(pokazującą frazy rzeczownika, frazy czasownika itp.).
+
+%package devel
+Summary:	Header files for link-grammar library
+Summary(pl):	Pliki nagłówkowe biblioteki link-grammar
+Group:		Development/Libraries
+Requires:	%{name} = %{version}-%{release}
+
+%description devel
+Header files for link-grammar library.
+
+%description devel -l pl
+Pliki nagłówkowe biblioteki link-grammar.
+
+%package static
+Summary:	Static link-grammar library
+Summary(pl):	Statyczna biblioteka link-grammar
+Group:		Development/Libraries
+Requires:	%{name}-devel = %{version}-%{release}
+
+%description static
+Static link-grammar library.
+
+%description static -l pl
+Statyczna biblioteka link-grammar.
+
+%prep
+%setup -q
+
+%build
+cp -f /usr/share/automake/config.* .
+%configure \
+	--disable-binreloc
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post	-p /sbin/ldconfig
+%postun	-p /sbin/ldconfig
+
+%files
+%defattr(644,root,root,755)
+%doc LICENSE README
+%attr(755,root,root) %{_bindir}/grammar-parse
+%attr(755,root,root) %{_libdir}/liblink-grammar.so.*.*.*
+%{_datadir}/link-grammar
+
+%files devel
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_libdir}/liblink-grammar.so
+%{_libdir}/liblink-grammar.la
+%{_includedir}/link-grammar
+%{_pkgconfigdir}/link-grammar.pc
+
+%files static
+%defattr(644,root,root,755)
+%{_libdir}/liblink-grammar.a
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2005/10/24 18:56:54  qboosh
+- new (in autotooled version from abisource)
================================================================



More information about the pld-cvs-commit mailing list