]> git.pld-linux.org Git - packages/aMule.git/blob - aMule.spec
- version 1.2.0
[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.2.0
5 Release:        1
6 License:        GPL
7 Group:          X11/Applications
8 Source0:        http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
9 # Source0-md5:  d6704999460c66a9c20c293a77243f34
10 Patch0:         %{name}-po_makefile.patch
11 URL:            http://amule.sourceforge.net
12 BuildRequires:  autoconf
13 BuildRequires:  automake >= 1.7.3
14 BuildRequires:  bison
15 BuildRequires:  expat-devel
16 BuildRequires:  gettext-devel >= 0.11.5
17 BuildRequires:  gtk+2-devel >= 2.2.0
18 BuildRequires:  libstdc++-devel
19 BuildRequires:  wxGTK2-devel >= 2.4.0
20 Requires:       wget
21 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
22
23 %description
24 aMule is a Linux port of eMule client.
25
26 %description -l pl
27 aMule to linuksowy port klienta eMule.
28
29 %prep
30 %setup  -q
31 %patch0 -p1
32
33 %build
34 %{__aclocal}
35 %{__autoconf}
36 %{__autoheader}
37 %{__automake}
38 %configure \
39         --with-wx-config=/usr/bin/wxgtk2-2.4-config 
40
41 %{__make}
42
43 %install
44 rm -rf $RPM_BUILD_ROOT
45
46 %{__make} install \
47         DESTDIR=$RPM_BUILD_ROOT
48
49 %find_lang amule
50
51 %clean
52 rm -rf $RPM_BUILD_ROOT
53
54 %files -f amule.lang
55 %defattr(644,root,root,755)
56 %doc AUTHORS Changelog ED2K-Links.HOWTO README TODO
57 %attr(755,root,root) %{_bindir}/*
58 %{_desktopdir}/*
59 %{_pixmapsdir}/*
This page took 0.052281 seconds and 4 git commands to generate.