wok diff libcroco/receipt @ rev 14720

libsdl-pango: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 13:34:28 2013 +0200 (2013-06-11)
parents 481017e94c90
children a00bf44ed23d
line diff
     1.1 --- a/libcroco/receipt	Thu Apr 19 21:53:32 2012 +0000
     1.2 +++ b/libcroco/receipt	Tue Jun 11 13:34:28 2013 +0200
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="system-tools"
     1.5  SHORT_DESC="Cascading Style Sheet (CSS) parsing and manipulation toolkit."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="libxml2 glib zlib"
     1.8 -BUILD_DEPENDS="libxml2-dev glib-dev zlib-dev"
     1.9 +LICENSE="GPL2"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.11  WEB_SITE="http://www.freespiders.org/projects/libcroco/"
    1.12  WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:3}/$TARBALL"
    1.13  
    1.14 +DEPENDS="libxml2 glib zlib"
    1.15 +BUILD_DEPENDS="libxml2-dev glib-dev zlib-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -25,6 +27,6 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib $fs/usr/bin
    1.24 -	cp $_pkg/usr/bin/csslint* $fs/usr/bin
    1.25 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.26 +	cp $install/usr/bin/csslint* $fs/usr/bin
    1.27 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.28  }