wok diff libcroco/receipt @ rev 13255
Add qemacs-tiny
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 16 21:48:35 2012 +0200 (2012-08-16) |
parents | dc5d15ed9adc |
children | 4904e3d374a9 |
line diff
1.1 --- a/libcroco/receipt Thu Sep 17 16:17:09 2009 +0200 1.2 +++ b/libcroco/receipt Thu Aug 16 21:48:35 2012 +0200 1.3 @@ -1,25 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="libcroco" 1.7 -VERSION="0.6.2" 1.8 +VERSION="0.6.4" 1.9 CATEGORY="system-tools" 1.10 SHORT_DESC="Cascading Style Sheet (CSS) parsing and manipulation toolkit." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 DEPENDS="libxml2 glib zlib" 1.13 BUILD_DEPENDS="libxml2-dev glib-dev zlib-dev" 1.14 -TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.15 +TARBALL="$PACKAGE-$VERSION.tar.xz" 1.16 WEB_SITE="http://www.freespiders.org/projects/libcroco/" 1.17 -WGET_URL="ftp://ftp.gnome.org/pub/GNOME/sources/libcroco/0.6/$TARBALL" 1.18 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL" 1.19 1.20 # Rules to configure and make the package. 1.21 compile_rules() 1.22 { 1.23 cd $src 1.24 ./configure \ 1.25 - --prefix=/usr \ 1.26 $CONFIGURE_ARGS && 1.27 make && 1.28 - make DESTDIR=$PWD/_pkg install 1.29 + make DESTDIR=$DESTDIR install 1.30 } 1.31 1.32 # Rules to gen a SliTaz package suitable for Tazpkg.