]> git.pld-linux.org Git - packages/fags.git/blob - fags.spec
- tabs in preamble
[packages/fags.git] / fags.spec
1 Summary:        Free AudioGalaxy Satellite client
2 Summary(pl.UTF-8):      "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 # Source0-md5:  5ce2f79e63fa49138cf7374a68f611dd
10 Patch0:         %{name}-config_dir.patch
11 URL:            http://www.tty0.org/page/fags/
12 BuildRequires:  autoconf
13 BuildRequires:  automake
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 FAGS is a Free AudioGalaxy Satellite client for UNIX and Linux. It is
18 written in C and licensed under the GNU General Public License.
19
20 FAGS features up to 20 simultaneous uploads or downloads using
21 asynchronous socket I/O, resuming of uploads and downloads, sharing of
22 multiple directories, reading of MP3 and Ogg Vorbis ID3 tags and
23 bandwidth limiting.
24
25 %description -l pl.UTF-8
26 FAGS jest "wolnym" klientem AudioGalaxy dla UNIKSA i Linuksa. Został
27 napisany w C i wydany na licencji GNU General Public License.
28
29 FAGS umożliwia do 20 równoczesnych przekazów lub pobrań używając
30 asynchronicznych gniazd WE/WY. Wspiera także wznawianie transmisji,
31 dzielenie wielokrotnych katalogów, odczyt tagów ID3 z plików MP3 i Ogg
32 Vorbis oraz ograniczanie szerokości pasma.
33
34 %prep
35 %setup -q
36 %patch0 -p1
37
38 %build
39 %{__aclocal}
40 %{__automake}
41 %{__autoconf}
42 %configure
43 %{__make}
44
45 %install
46 rm -rf $RPM_BUILD_ROOT
47
48 %{__make} install \
49         DESTDIR=$RPM_BUILD_ROOT
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files
55 %defattr(644,root,root,755)
56 %doc AUTHORS ChangeLog INSTALL NEWS README TODO doc/*
57 %attr(755,root,root) %{_bindir}/*
58 %{_mandir}/man?/*
This page took 0.05572 seconds and 3 git commands to generate.