]> git.pld-linux.org Git - packages/cpmtools.git/commitdiff
- just saving URLs
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 14 Aug 2003 09:51:07 +0000 (09:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cpmtools.spec -> 1.1

cpmtools.spec [new file with mode: 0644]

diff --git a/cpmtools.spec b/cpmtools.spec
new file mode 100644 (file)
index 0000000..3626b25
--- /dev/null
@@ -0,0 +1,38 @@
+Summary:       -
+Summary(pl):   -
+Name:          cpmtools
+Version:       2.1
+Release:       1
+License:       - (enter GPL/LGPL/BSD/BSD-like/other license name here)
+Group:         Applications
+Source0:       http://www.moria.de/~michael/cpmtools/%{name}-%{version}.tar.gz
+# Source0-md5: 43bbca6c5728e2aff298079cb0c00146
+URL:           http://www.moria.de/~michael/cpmtools/
+BuildRequires: libdsk-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q
+
+%build
+%configure
+%{__make}
+
+%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 CREDITS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
This page took 0.107488 seconds and 4 git commands to generate.