milis/talimatname/genel/l/libcroco/talimat

21 lines
435 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: Libcroco paketi, tek başına bir CSS2 ayrıştırma ve değiştirme kütüphanesi içerir.
# URL: https://launchpad.net/libcroco
# Paketçi: milisarge
# Gerekler: libxml2 glib
isim=libcroco
surum=0.6.11
devir=1
kaynak=(http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/$isim-$surum.tar.xz)
derle() {
cd $isim-$surum
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}