2008-07-08 09:09:29 +02:00
|
|
|
# Description: Print plugin and ghostscript/cups driver (formerly called gimp-print)
|
|
|
|
# URL: http://gimp-print.sourceforge.net/
|
2011-02-02 13:44:37 +01:00
|
|
|
# Maintainer: Juergen Daubert, jue at crux dot nu
|
2008-07-08 09:09:29 +02:00
|
|
|
# Depends on: cups, ncurses, readline
|
|
|
|
|
|
|
|
name=gutenprint
|
2011-05-03 13:25:15 +02:00
|
|
|
version=5.2.7
|
|
|
|
release=1
|
2010-11-12 13:57:28 +01:00
|
|
|
source=(http://downloads.sourceforge.net/project/gimp-print/$name-5.2/$version/$name-$version.tar.bz2)
|
2008-07-08 09:09:29 +02:00
|
|
|
|
|
|
|
build () {
|
|
|
|
cd $name-$version
|
|
|
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
--mandir=/usr/man \
|
|
|
|
--disable-nls \
|
2011-03-11 22:32:11 +01:00
|
|
|
--disable-samples
|
2008-07-08 09:09:29 +02:00
|
|
|
make
|
2010-02-16 18:39:06 +01:00
|
|
|
make DESTDIR=$PKG install
|
2008-07-08 09:09:29 +02:00
|
|
|
|
|
|
|
rm -r $PKG/usr/share/gutenprint/{doc,samples}
|
2008-10-23 08:18:02 +02:00
|
|
|
rm -r $PKG/usr/share/locale
|
2008-07-08 09:09:29 +02:00
|
|
|
}
|