]> git.pld-linux.org Git - packages/ald.git/commitdiff
- added from Piotr Skwarna <piotr.skwarna (at) wp.pl>
authorkolodko <kolodko@pld-linux.org>
Fri, 21 Jan 2005 11:41:38 +0000 (11:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- cosmetics

Changed files:
    ald.spec -> 1.1

ald.spec [new file with mode: 0644]

diff --git a/ald.spec b/ald.spec
new file mode 100644 (file)
index 0000000..547a747
--- /dev/null
+++ b/ald.spec
@@ -0,0 +1,47 @@
+Summary:       Assembly Language Debugger
+Summary(pl):   Debuger Asemblera
+Name:          ald
+Version:       0.1.7
+Release:       1
+License:       GPL v2
+Group:         Development
+Source0:       http://dl.sourceforge.net/ald/%{name}-%{version}.tar.gz
+# Source0-md5: dc9839014ea9308146142ab84efbbd46
+URL:           http://ald.sourceforge.net/
+BuildRequires: readline-devel >= 4.2
+ExclusiveArch: %{ix86}
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Assembly Language Debugger is a tool for debugging executable
+programs at the assembly level. It currently runs only on Intel x86
+platforms.
+
+%description -l pl
+Assembly Language Debugger jest narzêdziem s³u¿±cym odpluskwianiu
+wykonywalnych programów na poziomie asemblera. Obecnie dzia³a jedynie
+na platformie x86.
+
+%prep
+%setup -q
+
+%build
+
+%configure
+%{__make} \
+       CFLAGS="%{rpmcflags}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS INSTALL ChangeLog README TODO
+%attr(755,root,root) %{_bindir}/*
+%{_mandir}/man8/%{name}.*
This page took 0.050797 seconds and 4 git commands to generate.