milis/talimatname/genel/s/splix/talimat

31 lines
673 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: SPL (Samsung Printer Language) yazıcıları için cups sürücü
# URL: http://splix.ap2c.org/
# Paketçi: milisarge
# Gerekler: cups jbigkit krb5 subversion ghostscript
# Grup: sürücü
isim=splix
surum=2.0.0
devir=1
kaynak=(splix-deviceID.patch)
derle() {
cd $DERLEME_KAYNAKDIZIN
if [ ! -d $DERLEME_KAYNAKDIZIN/$isim ];then
svn co http://svn.code.sf.net/p/splix/code/splix/
else
cd $DERLEME_KAYNAKDIZIN/$isim
svn up
cd -
fi
cp -r $DERLEME_KAYNAKDIZIN/$isim ${SRC}/$isim
cd "${SRC}/${isim}"
patch -Np1 -i ../splix-deviceID.patch
CXXFLAGS+=" -fno-strict-aliasing"
make drv
make all DRV_ONLY=1
make DESTDIR="$PKG" install DRV_ONLY=1
}