diff options
author | Ozan Türkyılmaz <ozan.turkyilmaz[@]gmail.com> | 2012-04-29 20:00:05 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-30 00:40:02 -0500 |
commit | b27c9f2108a6d3c681696aa93ff13ead6e09ec17 (patch) | |
tree | 23fc07cb63c5776d3d9bca01680b52bce5fd68f4 /network/aMule | |
parent | 4d8dbf1c91389b44941b08481fa7757712fdeeb5 (diff) | |
download | slackbuilds-b27c9f2108a6d3c681696aa93ff13ead6e09ec17.tar.gz |
network/aMule: Updated for version 2.3.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'network/aMule')
-rw-r--r-- | network/aMule/aMule.SlackBuild | 11 | ||||
-rw-r--r-- | network/aMule/aMule.info | 6 |
2 files changed, 7 insertions, 10 deletions
diff --git a/network/aMule/aMule.SlackBuild b/network/aMule/aMule.SlackBuild index 64d87d98a7..f66c797405 100644 --- a/network/aMule/aMule.SlackBuild +++ b/network/aMule/aMule.SlackBuild @@ -5,8 +5,8 @@ # Maintained by Ozan Türkyılmaz ozan.turkyilmaz@gmial.com PRGNAM=aMule -VERSION=${VERSION:-2.2.6} -BUILD=${BUILD:-2} +VERSION=${VERSION:-2.3.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -113,7 +113,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find . \ @@ -130,6 +130,7 @@ CXXFLAGS="$SLKCFLAGS" \ --sysconfdir=/etc \ --localstatedir=/var \ --mandir=/usr/man \ + --docdir=/usr/doc/$PRGNAM-$VERSION \ --with-wx-config=/usr/bin/wx-config \ --disable-debug \ --$AMULE_DAEMON-amule-daemon \ @@ -153,10 +154,6 @@ find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done -mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION/ -mv $PKG/usr/share/doc/$PRGNAM-$VERSION/* $PKG/usr/doc/$PRGNAM-$VERSION -rmdir $PKG/usr/share/doc/$PRGNAM-$VERSION $PKG/usr/share/doc - cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/network/aMule/aMule.info b/network/aMule/aMule.info index fecbe7399a..eedebbaf71 100644 --- a/network/aMule/aMule.info +++ b/network/aMule/aMule.info @@ -1,8 +1,8 @@ PRGNAM="aMule" -VERSION="2.2.6" +VERSION="2.3.1" HOMEPAGE="http://www.amule.org" -DOWNLOAD="http://downloads.sourceforge.net/amule/aMule-2.2.6.tar.bz2" -MD5SUM="530d9b48187e36f78fc21bb19e94326d" +DOWNLOAD="http://downloads.sourceforge.net/amule/aMule-2.3.1.tar.xz" +MD5SUM="5f5707ad2073d37100409870aa5d3f93" DOWNLOAD_x86_64="" MD5SUM_x86_64="" MAINTAINER="Ozan Türkyılmaz" |