opt/giftcurs/Pkgfile

23 lines
511 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A cursed frontend to the giFT daemon.
# URL: http://www.nongnu.org/giftcurs/
# Maintainer: Tilman Sauerbeck, tilman at code-monkey dot de
# Depends on: gift
name=giftcurs
version=0.6.2
release=2
source=(http://savannah.nongnu.org/download/$name/giFTcurs-$version.tar.gz \
$name.diff)
build () {
cd giFTcurs-$version
# don't mess with my term's title if you don't set it back!
patch -Np1 -i ../$name.diff
./configure --prefix=/usr --disable-nls
make
make DESTDIR=$PKG install
}