]> git.pld-linux.org Git - packages/as31.git/commitdiff
Intel 8031/8051 assembler
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 30 Mar 2001 13:07:05 +0000 (13:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    as31.spec -> 1.1

as31.spec [new file with mode: 0644]

diff --git a/as31.spec b/as31.spec
new file mode 100644 (file)
index 0000000..d509a36
--- /dev/null
+++ b/as31.spec
@@ -0,0 +1,43 @@
+Summary:       An Intel 8031/8051 assembler.
+Summary(pl):   Asembler dla procesorów Intel 8031/8051.
+Name:          as31
+Version:       2.0
+Release:       1.beta3
+License:       GPL
+Group:         Development/Languages
+Group(de):     Entwicklung/Sprachen
+Group(pl):     Programowanie/Jêzyki
+Source0:       http://www.pjrc.com/tech/8051/%{name}_beta3.tar.gz
+URL:           http://www.pjrc.com/tech/8051/#as31_assembler
+BuildRequires: bison
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+An Intel 8031/8051 assembler.
+
+%description -l pl
+Asembler dla procesorów Intel 8031/8051.
+
+%prep
+%setup -q -n %{name}
+
+%build
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" LDFLAGS="%{?debug:-s}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1}
+
+install %{name}                $RPM_BUILD_ROOT%{_bindir}
+install %{name}.1      $RPM_BUILD_ROOT%{_mandir}/man1
+
+gzip -9nf README
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc *.gz
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man*/*.gz
This page took 0.096258 seconds and 4 git commands to generate.