]> git.pld-linux.org Git - packages/asn1c.git/commitdiff
- adaptarized for PLD
authorggodlewski <ggodlewski@pld-linux.org>
Sun, 4 Dec 2005 16:46:31 +0000 (16:46 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    asn1c.spec -> 1.1

asn1c.spec [new file with mode: 0644]

diff --git a/asn1c.spec b/asn1c.spec
new file mode 100644 (file)
index 0000000..aeda0cd
--- /dev/null
@@ -0,0 +1,48 @@
+#
+# $Id: asn1c.spec,v 1.1 2005-12-04 16:46:31 ggodlewski Exp $
+#
+
+Name:          asn1c
+Version:       0.9.19
+Release:       0.1
+Source0:       http://lionet.info/soft/%{name}-%{version}.tar.gz
+# Source0-md5: 6c555d806fa0fa465d1838076f27c385
+URL:           http://asn1c.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+Group:         Development/Languages
+Summary:       The ASN.1 to C compiler
+License:       BSD
+
+%description
+The asn1c compiler turns ASN.1 specifications into C language source
+files containing the BER/CER/DER/XER encoders and decoders for the
+given abstract notation.
+
+%prep
+%setup -q
+
+%build
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install-exec DESTDIR=$RPM_BUILD_ROOT
+(cd skeletons && %{__make} install-data DESTDIR=$RPM_BUILD_ROOT)
+(cd asn1c && %{__make} install-man DESTDIR=$RPM_BUILD_ROOT)
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc README FAQ COPYING ChangeLog BUGS TODO
+%doc doc/asn1c-usage.pdf doc/asn1c-usage.html
+%attr(755,root,root) %{_bindir}
+%attr(644,root,root) %{_datadir}/asn1c
+%{_mandir}/man1
This page took 0.129091 seconds and 4 git commands to generate.