]> git.pld-linux.org Git - packages/audtty.git/commitdiff
- added, NFY
authoraredridel <aredridel@pld-linux.org>
Mon, 13 Feb 2006 01:13:15 +0000 (01:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    audtty.spec -> 1.1

audtty.spec [new file with mode: 0644]

diff --git a/audtty.spec b/audtty.spec
new file mode 100644 (file)
index 0000000..a178732
--- /dev/null
@@ -0,0 +1,35 @@
+#
+Summary:       NCurses interface to Audacious media player
+Name:          audtty
+Version:       0.1.3
+Release:       1
+License:       GPL
+Group:         Applications/Multimedia
+Source0:       http://www.nenolod.net/audtool/%{name}-%{version}.tar.bz2
+# Source0-md5: d0346950d1c9e58635de1b89c83f9eb7
+URL:           http://audacious-media-player.org/Audtty
+BuildRequires: autoconf
+BuildRequires: audacious-devel
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q
+
+%build
+%{__autoconf}
+%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)
This page took 0.083852 seconds and 4 git commands to generate.