]> git.pld-linux.org Git - packages/aMule.git/blame - aMule.spec
- typo
[packages/aMule.git] / aMule.spec
CommitLineData
fce15251 1Summary: Unix port of eMule client
2Summary(pl): Uniksowy port klienta eMule
3Name: aMule
06a2ef63 4Version: 1.0.5
5Release: 1
fce15251 6License: GPL
7Group: X11/Applications
8Source0: http://dl.sourceforge.net/amule/%{name}-%{version}.tar.bz2
41f1ee24 9# Source0-md5: 92c197614ff08ee554e23efe8865e474
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
47%files
48%defattr(644,root,root,755)
06a2ef63 49%doc AUTHORS Changelog ED2K-Links.HOWTO README TODO
fce15251 50%attr(755,root,root) %{_bindir}/*
This page took 0.077187 seconds and 4 git commands to generate.