opt/gift/Pkgfile

19 lines
428 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: a completely abstract low-level filesharing protocol
# URL: http://gift.sourceforge.net/
# Packager: Coviello Giuseppe, giuseppecoviello at tin dot it
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
name=gift
version=0.11.8.1
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.bz2)
build() {
2006-02-23 16:26:10 +01:00
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}