network/transmission: Updated for version 1.34

This commit is contained in:
Iskar Enev 2010-05-11 22:25:50 +02:00 committed by David Somero
parent 1c737991b6
commit 9f5098b07e
3 changed files with 14 additions and 12 deletions

View file

@ -5,7 +5,7 @@
# make exactly 11 lines for the formatting to be correct. It's also
# customary to leave one space after the ':'.
|-----handy-ruler------------------------------------------------------|
|-----handy-ruler------------------------------------------------|
transmission: Transmission (bittorrent client)
transmission:
transmission: Transmission is a lightweight open source BitTorrent client,

View file

@ -3,10 +3,8 @@
# Slackware build script for transmission
# Written by Iskar Enev <iskar.enev[@]gmail.com>
# Update by Andrew Brouwers, abrouwers at gmail dot com
PRGNAM=transmission
VERSION=1.06
VERSION=1.34
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -16,12 +14,14 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCUMENTATION="AUTHORS COPYING INSTALL LICENSE NEWS README"
DOCUMENTATION="AUTHORS COPYING INSTALL NEWS README"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
fi
set -e
@ -44,13 +44,15 @@ CXXFLAGS="$SLKCFLAGS" \
--localstatedir=/var \
--mandir=/usr/man \
--disable-static \
--verbose
--verbose \
--build=$ARCH-slackware-linux \
--host=$ARCH-slackware-linux
make
make install DESTDIR=$PKG
( cd $PKG
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
find . | xargs file | grep "executable" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find . | xargs file | grep "shared object" | grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null
)

View file

@ -1,8 +1,8 @@
PRGNAM="transmission"
VERSION="1.06"
VERSION="1.34"
HOMEPAGE="http://www.transmissionbt.com/"
DOWNLOAD="http://download.m0k.org/transmission/files/transmission-1.06.tar.bz2"
MD5SUM="471e4bd40e1464067a3e266ecf3cb724"
DOWNLOAD="http://download.m0k.org/transmission/files/transmission-1.34.tar.bz2"
MD5SUM="c4ef93639bcb895c1b3d279b2f4e27b3"
MAINTAINER="Iskar Enev"
EMAIL="iskar.enev[@]gmail.com"
APPROVED="rworkman"
EMAIL="<iskar.enev[@]gmail.com>"
APPROVED="David Somero"