]> git.pld-linux.org Git - packages/aMule.git/blame - aMule.spec
- new
[packages/aMule.git] / aMule.spec
CommitLineData
fce15251 1Summary: Unix port of eMule client
2Summary(pl): Uniksowy port klienta eMule
3Name: aMule
4Version: 1.0.0
5Release: 0.1
6License: GPL
7Group: X11/Applications
8Source0: http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
9# Source0-md5: 61c0b03236a740f916d50e83c1fb6bbd
10URL: http://amule.sourceforge.net
11BuildRequires: autoconf
12BuildRequires: automake >= 1.7.3
13BuildRequires: bison
14BuildRequires: gettext-devel >= 0.11.5
15BuildRequires: expat-devel
16BuildRequires: wxGTK-devel >= 2.4.0
17BuildRequires: gtk+-devel >= 1.2.0
18BuildRequires: libstdc++-devel
19Requires: wget
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
23xMule is a Linux port of eMule client.
24
25%description -l pl
26xMule 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
39rm -rf $RPM_BUILD_ROOT
40
41%{__make} install \
42 DESTDIR=$RPM_BUILD_ROOT
43
44%clean
45rm -rf $RPM_BUILD_ROOT
46
47%files
48%defattr(644,root,root,755)
49%doc AUTHORS ChangeLog README TODO
50%attr(755,root,root) %{_bindir}/*
This page took 0.120835 seconds and 4 git commands to generate.