]> git.pld-linux.org Git - packages/aMule.git/blame - aMule.spec
- rel 1
[packages/aMule.git] / aMule.spec
CommitLineData
fce15251 1Summary: Unix port of eMule client
2Summary(pl): Uniksowy port klienta eMule
3Name: aMule
335b4e9c 4Version: 1.0.6
06a2ef63 5Release: 1
fce15251 6License: GPL
7Group: X11/Applications
8Source0: http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
335b4e9c 9# Source0-md5: a008de23a3a97244fe1924c449339108
fce15251 10URL: http://amule.sourceforge.net
11BuildRequires: autoconf
12BuildRequires: automake >= 1.7.3
13BuildRequires: bison
14BuildRequires: gettext-devel >= 0.11.5
15BuildRequires: expat-devel
06a2ef63 16BuildRequires: wxGTK2-devel >= 2.4.0
23cb1c5d 17BuildRequires: gtk+2-devel >= 2.2.0
fce15251 18BuildRequires: libstdc++-devel
19Requires: wget
20BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
21
22%description
06a2ef63 23aMule is a Linux port of eMule client.
fce15251 24
25%description -l pl
06a2ef63 26aMule to linuksowy port klienta eMule.
fce15251 27
28%prep
29%setup -q
30
31%build
32
33%configure \
23cb1c5d 34 --with-wx-config=/usr/bin/wxgtk2-2.4-config
fce15251 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
335b4e9c 47%find_lang %{name}
48
49%files -f %{name}.lang
fce15251 50%defattr(644,root,root,755)
06a2ef63 51%doc AUTHORS Changelog ED2K-Links.HOWTO README TODO
fce15251 52%attr(755,root,root) %{_bindir}/*
This page took 0.037753 seconds and 4 git commands to generate.