milis/talimatname/genel/i/ijs/talimat

19 lines
487 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.

# Tanım: Raster sayfa görüntülerinin iletimi için bir protokol uygulayan bir kütüphane.
# URL: http://www.linuxfoundation.org/collaborate/workgroups/openprinting
# Paketçi: milisarge
# Gerekler:
isim=ijs
surum=0.35
devir=1
kaynak=(http://www.openprinting.org/download/$isim/download/$isim-$surum.tar.bz2)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--enable-shared --disable-static \
--infodir=/usr/share/info --mandir=/usr/share/man
make
make DESTDIR=$PKG install
}