wok rev 12372

Up: libcroco to 0.6.4.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Apr 19 21:53:32 2012 +0000 (2012-04-19)
parents a9f761ad2331
children 3ce28fa1a454
files libcroco-dev/receipt libcroco/receipt
line diff
     1.1 --- a/libcroco-dev/receipt	Thu Apr 19 21:50:59 2012 +0000
     1.2 +++ b/libcroco-dev/receipt	Thu Apr 19 21:53:32 2012 +0000
     1.3 @@ -1,10 +1,11 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libcroco-dev"
     1.7 -VERSION="0.6.2"
     1.8 +VERSION="0.6.4"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Libcroco devel files."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12 +DEPENDS="libcroco"
    1.13  WANTED="libcroco"
    1.14  WEB_SITE="http://www.freespiders.org/projects/libcroco/"
    1.15  
     2.1 --- a/libcroco/receipt	Thu Apr 19 21:50:59 2012 +0000
     2.2 +++ b/libcroco/receipt	Thu Apr 19 21:53:32 2012 +0000
     2.3 @@ -1,25 +1,24 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libcroco"
     2.7 -VERSION="0.6.2"
     2.8 +VERSION="0.6.4"
     2.9  CATEGORY="system-tools"
    2.10  SHORT_DESC="Cascading Style Sheet (CSS) parsing and manipulation toolkit."
    2.11  MAINTAINER="pankso@slitaz.org"
    2.12  DEPENDS="libxml2 glib zlib"
    2.13  BUILD_DEPENDS="libxml2-dev glib-dev zlib-dev"
    2.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    2.15 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    2.16  WEB_SITE="http://www.freespiders.org/projects/libcroco/"
    2.17 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/$TARBALL"
    2.18 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
    2.19  
    2.20  # Rules to configure and make the package.
    2.21  compile_rules()
    2.22  {
    2.23  	cd $src
    2.24  	./configure \
    2.25 -		--prefix=/usr \
    2.26  		$CONFIGURE_ARGS &&
    2.27  	make &&
    2.28 -	make DESTDIR=$PWD/_pkg install
    2.29 +	make DESTDIR=$DESTDIR install
    2.30  }
    2.31  
    2.32  # Rules to gen a SliTaz package suitable for Tazpkg.