contrib/trickle/Pkgfile
2006-11-16 22:39:14 +01:00

25 lines
531 B
Plaintext

# Description: lightweight userspace bandwidth shaper
# URL: http://monkey.org/~marius/trickle/
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: libevent
name=trickle
version=1.07
release=1
source="
http://monkey.org/~marius/trickle/$name-$version.tar.gz
trickle_1.07-4.diff
"
build()
{
patch -p0 -i trickle_1.07-4.diff
cd $name-$version
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
}