opt/libcroco/Pkgfile

26 lines
631 B
Plaintext
Raw Normal View History

# Description: Generic Cascading Style Sheet parsing and manipulation toolkit.
2011-10-03 13:55:42 +02:00
# URL: https://launchpad.net/libcroco
# Maintainer: Jose V Beneyto, sepen at crux dot nu
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: pango
name=libcroco
version=0.6.12
release=1
2012-09-17 12:54:37 +02:00
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-static \
--disable-gtk-doc
make
make DESTDIR=$PKG install
ln -s libcroco-${version%.*}.la $PKG/usr/lib/libcroco.la
2012-09-17 12:54:37 +02:00
# remove gtk-doc
rm -r $PKG/usr/share
}