contrib/trickle/Pkgfile

22 lines
509 B
Plaintext
Raw Normal View History

2006-11-13 21:12:21 +01:00
# 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
2006-11-16 22:29:28 +01:00
version=1.07
2006-11-13 21:12:21 +01:00
release=1
source="http://monkey.org/~marius/trickle/$name-$version.tar.gz"
2006-11-13 21:12:21 +01:00
build()
{
cd $name-$version
sed -i '/#include <netinet\/in.h>/d' *.c
2006-11-13 21:12:21 +01:00
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
}