wok-next annotate libcroco/receipt @ rev 19703

Up bird (1.6.3)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Apr 26 12:29:37 2017 +0200 (2017-04-26)
parents c7a19c70fb7f
children f463de72afe3
rev   line source
pankso@4094 1 # SliTaz package receipt.
pankso@4094 2
pankso@4094 3 PACKAGE="libcroco"
al@19607 4 VERSION="0.6.11"
pankso@4094 5 CATEGORY="system-tools"
pankso@4094 6 SHORT_DESC="Cascading Style Sheet (CSS) parsing and manipulation toolkit."
pankso@4094 7 MAINTAINER="pankso@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
al@19607 9 WEB_SITE="https://developer.gnome.org/libcroco/"
pankso@16221 10 HOST_ARCH="i486 arm"
pankso@4094 11
al@19607 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
al@19607 13 WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
al@19607 14
al@19607 15 DEPENDS="glib liblzma libxml2 pcre zlib"
al@19607 16 BUILD_DEPENDS="libxml2-dev glib-dev zlib-dev gtk-doc"
pascal@14714 17
pankso@4094 18 # Rules to configure and make the package.
pankso@4094 19 compile_rules()
pankso@4094 20 {
pankso@4094 21 ./configure \
al@19607 22 --disable-static \
pankso@4094 23 $CONFIGURE_ARGS &&
al@19609 24 make &&
al@19609 25 make install
pankso@4094 26 }
pankso@4094 27
pankso@4094 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@4094 29 genpkg_rules()
pankso@4094 30 {
al@19607 31 cook_copy_files csslint-${VERSION%.*} *.so*
pankso@4094 32 }