]> git.pld-linux.org Git - packages/ammp.git/commitdiff
- initial release
authortiwek <tiwek@pld-linux.org>
Tue, 7 Oct 2003 12:57:52 +0000 (12:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ammp.spec -> 1.1

ammp.spec [new file with mode: 0644]

diff --git a/ammp.spec b/ammp.spec
new file mode 100644 (file)
index 0000000..a3d96a1
--- /dev/null
+++ b/ammp.spec
@@ -0,0 +1,42 @@
+Summary:       Simple multimedia player which uses GTK+2
+Summary(pl):   Prosta odgrywarka plików multimedialnych
+Name:          ammp
+Version:       2.2
+Release:       1
+License:       GPL
+Group:         Applications
+Source0:       http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+# Source0-md5: bd3f051d5b6cc221d56d4aec67edf4c3
+URL:           http://ammp.sourceforge.net/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Simple multimedia player which uses GTK+2
+
+%prep
+%setup -q
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__automake}
+%{__autoconf}
+%configure
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%find_lang %{name}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files -f %{name}.lang
+%defattr(644,root,root,755)
+%doc ChangeLog README AUTHORS
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/ammp/pixmaps/*
This page took 0.049933 seconds and 4 git commands to generate.