opt/libcroco/Pkgfile

25 lines
541 B
Plaintext
Raw Normal View History

# Description: Generic Cascading Style Sheet parsing and manipulation toolkit.
# URL: https://gitlab.gnome.org/GNOME/libcroco
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: glib libxml2
name=libcroco
version=0.6.13
2019-05-14 14:41:17 +02:00
release=2
source=(https://download.gnome.org/sources/$name/${version%.*}/$name-$version.tar.xz)
build() {
cd $name-$version
./configure \
--prefix=/usr \
--disable-gtk-doc
make
make DESTDIR=$PKG install
2012-09-17 12:54:37 +02:00
ln -s libcroco-${version%.*}.la $PKG/usr/lib/libcroco.la
rm -r $PKG/usr/share/gtk-doc
}