opt/transmission/Pkgfile

25 lines
632 B
Plaintext
Raw Normal View History

2009-10-26 14:04:21 +01:00
# Description: BitTorrent client/daemon with command-line and web user interface
2007-12-25 17:56:22 +01:00
# URL: http://transmission.m0k.org/
2011-02-02 13:44:37 +01:00
# Maintainer: Juergen Daubert, jue at crux dot nu
2010-06-17 17:11:16 +02:00
# Depends on: curl libevent
2007-12-25 17:56:22 +01:00
name=transmission
2012-02-23 16:57:28 +01:00
version=2.50
2009-06-09 11:02:48 +02:00
release=1
2009-09-21 19:13:27 +02:00
source=(http://download.m0k.org/$name/files/$name-$version.tar.xz)
2007-12-25 17:56:22 +01:00
build() {
cd $name-$version
2008-08-08 09:11:22 +02:00
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls \
--enable-cli \
2011-10-21 13:45:50 +02:00
--enable-daemon \
--without-gtk
2007-12-25 17:56:22 +01:00
make
make DESTDIR=$PKG install
2008-08-08 09:11:22 +02:00
rm $PKG/usr/share/transmission/web/LICENSE
2007-12-25 17:56:22 +01:00
}