milis/talimatname/genel/foomatic-db-nonfree/talimat

18 lines
496 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: Foomatic, özgür yazılım yazıcı sürücülerini Unix altındaki biriktiricilere entegre etmek için veritabanı tabanlı bir sistemdir.
# URL: http://www.linuxprinting.org/foomatic.html
# Packager: milisarge
# Depends on: cups perl libxml2
name=foomatic-db-nonfree
version=20150819
release=1
_version=20150819
source=(http://www.openprinting.org/download/foomatic/$name-${_version}.tar.gz)
build() {
cd $name-*
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}