wok-next view libcroco/receipt @ rev 20443

The rest of my "home work" for update many packages (up to Xorg, GTK and Openbox) for Next and mainly for Next64. Since this point this repository is open for commits. Many errors are expected due to harfbuzz-freetype dependency loop...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Feb 24 16:17:33 2018 +0200 (2018-02-24)
parents 2d54d154d5ca
children 0ec6086e21d6
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libcroco"
4 VERSION="0.6.12"
5 CATEGORY="system-tools"
6 SHORT_DESC="Cascading Style Sheet (CSS2) parsing and manipulation toolkit"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="https://developer.gnome.org/libcroco/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/libcroco.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
15 BUILD_DEPENDS="libxml2-dev glib-dev zlib-dev gtk-doc"
16 SPLIT="libcroco-dev"
18 compile_rules() {
19 ./configure \
20 --disable-static \
21 $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 case $PACKAGE in
28 libcroco)
29 copy @std
30 DEPENDS="glib liblzma libxml2 pcre zlib"
31 ;;
32 *-dev)
33 copy @dev
34 DEPENDS="libcroco glib-dev libxml2-dev pcre-dev xz-dev zlib-dev"
35 ;;
36 esac
37 }