opt/netpbm/Pkgfile

21 lines
565 B
Plaintext
Raw Normal View History

# Maintainer: Antti Nykanen, aon at iki dot fi
2006-02-23 16:26:10 +01:00
# Description: A toolkit for manipulation of graphic images
# URL: http://netpbm.sf.net
# Depends on: ghostscript
2006-02-23 16:26:10 +01:00
name=netpbm
2007-04-09 21:59:15 +02:00
version=10.35.26
release=2
source=(http://ptoplus.net/~anttinyk/files/$name-$version.tar.gz
Makefile.config)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
sed -e "s|#CFLAGS#|$CFLAGS|" $SRC/Makefile.config > Makefile.config
make -j1
make pkgdir=$PKG/usr package
2006-02-23 16:26:10 +01:00
mkdir $PKG/usr/share
mv $PKG/usr/misc $PKG/usr/share/$name
rm -rf $PKG/usr/{README,VERSION,link,man,config_template,pkginfo,bin/doc.url}
2006-02-23 16:26:10 +01:00
}