]> git.pld-linux.org Git - packages/fags.git/blob - fags.spec
- Perfection touch
[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/Communications
7 Source0:        ftp://ftp.tty0.org/pub/fags/%{name}-%{version}.tar.gz
8 Patch0:         %{name}-config_dir.patch
9 URL:            http://www.tty0.org/page/fags 
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12
13 %description
14 FAGS is a Free AudioGalaxy Satellite client for UNIX and Linux. It is
15 written in C and licensed under the GNU General Public License.
16
17 FAGS features up to 20 simultaneous uploads or downloads using
18 asynchronous socket I/O, resuming of uploads and downloads, sharing of
19 multiple directories, reading of MP3 and OGG Vorbis ID3 tags and
20 bandwidth limiting.
21
22 %prep
23 %setup -q
24 %patch0 -p1
25
26 %build
27 aclocal
28 automake -a -c
29 autoconf
30 %configure
31 %__make
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 %__make install  DESTDIR=$RPM_BUILD_ROOT
36
37 %clean
38 rm -rf $RPM_BUILD_ROOT
39
40 %files
41 %defattr(644,root,root,755)
42 %doc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO doc/*
43 %attr(755,root,root) %{_bindir}/*
44 %{_mandir}/*
This page took 0.057531 seconds and 3 git commands to generate.