milis/talimatname/genel/foomatic-db/talimat

18 lines
548 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: Yazıcılar, sürücüler ve XML dosyalarındaki sürücü seçenekleri hakkında toplanan bilgiler, foomatic-db-engine tarafından PPD dosyaları oluşturmak için kullanılır.
# URL: http://www.linuxprinting.org/foomatic.html
# Packager: alihan-ozturk28@hotmail.com
# Depends on: libxml2
name=foomatic-db
version=4.0.20161112
release=1
_version=4.0-20161112
source=(http://www.openprinting.org/download/foomatic/foomatic-db-${_version}.tar.gz)
build() {
cd $name-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}