]> git.pld-linux.org Git - packages/aMule.git/blob - aMule.spec
- rel 1
[packages/aMule.git] / aMule.spec
1 Summary:        Unix port of eMule client
2 Summary(pl):    Uniksowy port klienta eMule
3 Name:           aMule
4 Version:        1.0.5
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
9 # Source0-md5:  61c0b03236a740f916d50e83c1fb6bbd
10 URL:            http://amule.sourceforge.net
11 BuildRequires:  autoconf
12 BuildRequires:  automake >= 1.7.3
13 BuildRequires:  bison
14 BuildRequires:  gettext-devel >= 0.11.5
15 BuildRequires:  expat-devel
16 BuildRequires:  wxGTK2-devel >= 2.4.0
17 BuildRequires:  gtk2+-devel >= 2.2.0
18 BuildRequires:  libstdc++-devel
19 Requires:       wget
20 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22 %description
23 aMule is a Linux port of eMule client.
24
25 %description -l pl
26 aMule to linuksowy port klienta eMule.
27
28 %prep
29 %setup  -q
30
31 %build
32
33 %configure \
34         --with-wx-config=/usr/bin/wxgtk-2.4-config 
35
36 %{__make}
37
38 %install
39 rm -rf $RPM_BUILD_ROOT
40
41 %{__make} install \
42         DESTDIR=$RPM_BUILD_ROOT
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files 
48 %defattr(644,root,root,755)
49 %doc AUTHORS Changelog ED2K-Links.HOWTO README TODO
50 %attr(755,root,root) %{_bindir}/*
This page took 0.025365 seconds and 4 git commands to generate.