#Packager: George Vlahavas pkgname=transmission pkgver=2.60 pkgrel=2gv source=("http://download.transmissionbt.com/files/transmission-$pkgver.tar.xz") docs=("readme" "install" "copying" "changelog" "authors" "news" "todo") url=http://www.transmissionbt.com/ slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "Transmission (a fast, easy, and free multi-platform BitTorrent client)" "Transmission is a simple BitTorrent client. It features a very" "simple, intuitive interface (gui and command-line) on top on an" "efficient, cross-platform back-end." ) build() { cd $startdir/src/$pkgname-$pkgver sed -i "s/-O3//" configure sed -i "s/-O3//" configure.ac ./configure --prefix=/usr \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --localstatedir=/var \ --sysconfdir=/etc \ --disable-static \ --enable-cli \ --enable-nls \ --enable-daemon \ --build=$arch-slackware-linux make || return 1 make install DESTDIR=$startdir/pkg }