# Description: Permet d'utiliser des pilotes libres avec la plupart des systemes d'impression # URL: http://www.linuxprinting.org/foomatic.html # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch # Depends on: libxml2, perl name=foomatic-db version=4.0 release=1 source=(http://www.linuxprinting.org/download/foomatic/$name-$version-current.tar.gz) build() { cd $name-20091122 ./configure --prefix=/usr make make DESTDIR=$PKG install }