milis/talimatname/genel/gutenprint/talimat

22 lines
573 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: POSIX sistemleri için en kaliteli yazıcı sürücüleri
# URL: http://gimp-print.sourceforge.net
# Packager: milisarge
# Depends on: ijs gimp gtk2 cups foomatic-db-engine ghostscript
name=gutenprint
version=5.2.9
release=2
source=(http://downloads.sourceforge.net/gimp-print/$name-$version.tar.bz2)
build() {
cd $name-$version
sed -i 's|$(PACKAGE)/doc|doc/$(PACKAGE)-$(VERSION)|' \
{,doc/,doc/developer/}Makefile.in
./configure --prefix=/usr \
--disable-static \
--infodir=/usr/share/info --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}