]> git.pld-linux.org Git - packages/fags.git/blob - fags.spec
7e259b544c83032c754723a57a1c260a14035add
[packages/fags.git] / fags.spec
1 Summary:        Free AudioGalaxy Satellite client
2 Summary(pl):    "Wolny" klient AudioGalaxy
3 Name:           fags
4 Version:        0.2.1
5 Release:        1
6 License:        GPL
7 Group:          Applications/Communications
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 %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 %description -l pl
23 FAGS jest "wolnym" klientem AudioGalaxy dla UNIKSA i Linuksa. Zosta³
24 napisany w C i wydany na licencji GNU General Public License.
25
26 FAGS umo¿liwia do 20 równoczesnych przekazów lub pobrañ u¿ywaj±c
27 asynchronicznych gniazd WE/WY. Wspiera tak¿e wznawianie transmisji,
28 dzielenie wielokrotnych katalogów, odczyt tagów ID3 z plików MP3 i OGG
29 Vorbis oraz ograniczanie szeroko¶ci pasma.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %build
36 aclocal
37 {__automake}
38 {__autoconf}
39 %configure
40 %{__make}
41
42 %install
43 rm -rf $RPM_BUILD_ROOT
44 %{__make} install  DESTDIR=$RPM_BUILD_ROOT
45
46 %clean
47 rm -rf $RPM_BUILD_ROOT
48
49 %files
50 %defattr(644,root,root,755)
51 %doc AUTHORS ChangeLog INSTALL NEWS README TODO doc/*
52 %attr(755,root,root) %{_bindir}/*
53 %{_mandir}/*
This page took 0.049426 seconds and 2 git commands to generate.