]> git.pld-linux.org Git - packages/fags.git/blob - fags.spec
- Adapted from RH
[packages/fags.git] / fags.spec
1 Summary:        Free AudioGalaxy Satellite client.
2 Name:           fags
3 Version:        0.2.1
4 Release:        1
5 License:        GPL
6 Group:          Applications/Multimedia
7 ######          Unknown group!
8 Source0:        ftp://ftp.tty0.org/pub/fags/%{name}-%{version}.tar.gz
9 Patch0:         %{name}-config_dir.patch
10 URL:            http://www.tty0.org/page/fags 
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13
14 %description
15 FAGS is a Free AudioGalaxy Satellite client for UNIX and Linux. It is
16 written in C and licensed under the GNU General Public License.
17
18 FAGS features up to 20 simultaneous uploads or downloads using
19 asynchronous socket I/O, resuming of uploads and downloads, sharing of
20 multiple directories, reading of MP3 and OGG Vorbis ID3 tags and
21 bandwidth limiting.
22
23 %prep
24 %setup -q
25 %patch0 -p1
26
27 %build
28 aclocal
29 automake -a -c
30 autoconf
31 %configure
32 %__make
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 rm -rf %{buildroot}
37 %__make install  DESTDIR=$RPM_BUILD_ROOT
38
39 %post -p /sbin/ldconfig
40
41 %postun -p /sbin/ldconfig
42
43 %clean
44 rm -rf %{buildroot}
45
46 %files
47 %defattr(644,root,root,755)
48 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO doc/*
49 %attr(755,root,root) %{_bindir}/*
50 %{_mandir}/*
This page took 0.100822 seconds and 3 git commands to generate.