wok-next view libcroco/receipt @ rev 20679

Up acpid (2.0.28), apr-util (1.6.1), apr (1.6.3), iso-codes (3.77), jasper (2.0.14), lcms2 (2.9), libassuan (2.5.1), libatomic_ops (7.6.2), libbytesize (1.2), libgcrypt (1.8.2), libgsf (1.14.42), libgudev (232), libgusb (0.3.0), libtasn1 (4.13); add libqmi, modem-manager.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu May 17 01:08:40 2018 +0300 (2018-05-17)
parents 0ec6086e21d6
children f48456621a9d
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 fix libtool &&
23 make &&
24 make install
25 }
27 genpkg_rules() {
28 case $PACKAGE in
29 libcroco)
30 copy @std
31 DEPENDS="glib libxml2"
32 ;;
33 *-dev)
34 copy @dev
35 DEPENDS="libcroco glib-dev libxml2-dev"
36 ;;
37 esac
38 }