summaryrefslogtreecommitdiff
path: root/amule
diff options
context:
space:
mode:
authorDaniel Walpole <dlwalpole@gmail.com>2006-06-21 01:12:37 +0000
committerDaniel Walpole <dlwalpole@gmail.com>2006-06-21 01:12:37 +0000
commit12d3646879e1e1f157e7dfb84ef3ae1e6150a50f (patch)
tree14f0b6ccd4ed3ac1e39e2e3cc30ff8dfc0e21800 /amule
parentbcd4369189e045cf58ed4f0f0149220319da9107 (diff)
downloadopt-12d3646879e1e1f157e7dfb84ef3ae1e6150a50f.tar.gz
opt-12d3646879e1e1f157e7dfb84ef3ae1e6150a50f.tar.xz
amule: 2.1.1 -> 2.1.3
Diffstat (limited to 'amule')
-rw-r--r--amule/.md5sum2
-rw-r--r--amule/Pkgfile5
2 files changed, 4 insertions, 3 deletions
diff --git a/amule/.md5sum b/amule/.md5sum
index da5bfbbc2..60a3eb40c 100644
--- a/amule/.md5sum
+++ b/amule/.md5sum
@@ -1 +1 @@
-a25521d358f65ae45744ee0099922069 aMule-2.1.1.tar.bz2
+0aafdd159edb8ad5f0064da87998b47d aMule-2.1.3.tar.bz2
diff --git a/amule/Pkgfile b/amule/Pkgfile
index 15c5e8e8f..f48668799 100644
--- a/amule/Pkgfile
+++ b/amule/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: wxgtk
name=amule
-version=2.1.1
+version=2.1.3
release=1
source=(http://download.berlios.de/amule/aMule-$version.tar.bz2)
@@ -13,8 +13,9 @@ build() {
export CFLAGS="${CFLAGS//-fstack-protector/}"
export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
./configure --prefix=/usr \
+ --mandir=/usr/man \
--disable-nls
make
make install DESTDIR=$PKG
- rm -r $PKG/usr/{man/??,share/doc/}
+ rm -r $PKG/usr{/share/doc,/man/??}
}

Generated by cgit