contrib/libcroco/Pkgfile
2011-04-10 23:23:11 +10:00

19 lines
552 B
Plaintext

# Description: Generic Cascading Style Sheet parsing and manipulation toolkit.
# URL: http://www.freespiders.org/projects/libcroco/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Matt Housh, jaeger at morpheus dot net
# Depends on: libxml2 pango
name=libcroco
version=0.6.2
release=1
source=(http://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
ln -s libcroco-${version%.*}.la $PKG/usr/lib/libcroco.la
}