contrib/pan/Pkgfile
2006-11-13 21:12:21 +01:00

22 lines
481 B
Plaintext

# Description: gtk2 newsreader/usenetclient
# URL: http://pan.rebelbase.com
# Maintainer: Han Boetes <han@mijncomputer.nl>
# Packager: Han Boetes <han@mijncomputer.nl>
# Depends on: gtk gnome-common
name=pan
version=0.117
release=1
source="http://pan.rebelbase.com/download/releases/$version/source/pan-$version.tar.gz"
build()
{
cd pan*
./configure \
--prefix=/usr \
--disable-nls
make
make install DESTDIR=$PKG
rm -r $PKG/usr/share/locale/
}