2017-03-30 10:07:33 +02:00
|
|
|
|
# Description: 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-03-30 10:07:33 +02:00
|
|
|
|
# Packager: milisarge
|
2016-02-24 01:27:23 +01:00
|
|
|
|
# Depends on: libxml2 glib
|
|
|
|
|
|
|
|
|
|
name=libcroco
|
|
|
|
|
version=0.6.11
|
|
|
|
|
release=1
|
|
|
|
|
|
|
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/libcroco/0.6/$name-$version.tar.xz)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
build() {
|
|
|
|
|
cd $name-$version
|
|
|
|
|
./configure --prefix=/usr \
|
|
|
|
|
--disable-static
|
|
|
|
|
make
|
|
|
|
|
make DESTDIR=$PKG install
|
|
|
|
|
rm -rf $PKG/usr/share
|
|
|
|
|
}
|