milis/talimatname/genel/l/libcroco/talimat

21 lines
435 B
Plaintext
Raw Normal View History

2017-10-27 20:46:27 +02:00
# Tanım: Libcroco paketi, tek başına bir CSS2 ayrıştırma ve değiştirme kütüphanesi içerir.
2016-02-24 01:27:23 +01:00
# URL: https://launchpad.net/libcroco
2017-10-27 20:46:27 +02:00
# Paketçi: milisarge
# Gerekler: libxml2 glib
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
isim=libcroco
surum=0.6.11
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:10:23 +02:00
kaynak=(http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/$isim-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle() {
2017-10-28 14:10:23 +02:00
cd $isim-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr \
--disable-static
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}