wok diff librsvg/receipt @ rev 15600

Add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 15:25:09 2013 +0000 (2013-12-05)
parents 723c93a27922
children 88af587617c4
line diff
     1.1 --- a/librsvg/receipt	Mon Jul 30 12:02:51 2012 +0200
     1.2 +++ b/librsvg/receipt	Thu Dec 05 15:25:09 2013 +0000
     1.3 @@ -5,14 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="SVG Rendering Library"
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 +LICENSE="GPL2"
     1.8 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
     1.9 +WEB_SITE="http://librsvg.sourceforge.net/"
    1.10 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    1.11 +
    1.12  DEPENDS="cairo freetype libxml2 pango fontconfig libcroco libgsf xcb-util \
    1.13  libgio atk gdk-pixbuf xorg-libXinerama xorg-libXcursor xorg-libXcomposite xorg-libXext \
    1.14  xorg-libXdamage"
    1.15  BUILD_DEPENDS="$DEPENDS libffi-dev pkg-config cairo-dev freetype-dev libxml2-dev pango-dev \
    1.16  fontconfig-dev gdk-pixbuf-dev libcroco-dev glib-dev libpng-dev gtk+-dev perl expat-dev expat"
    1.17 -TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18 -WEB_SITE="http://librsvg.sourceforge.net/"
    1.19 -WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION:0:4}/$TARBALL"
    1.20  
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23 @@ -28,9 +30,9 @@
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.28 -	cp -a $_pkg/usr/lib/gtk-2.0 $fs/usr/lib
    1.29 -	cp -a $_pkg/usr/lib/gdk-pixbuf-2.0 $fs/usr/lib
    1.30 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.31 +	cp -a $install/usr/lib/gtk-2.0 $fs/usr/lib
    1.32 +	cp -a $install/usr/lib/gdk-pixbuf-2.0 $fs/usr/lib
    1.33  
    1.34  	# remove *.*a files
    1.35  	find $fs/usr/lib/gtk-2.0 -name "*.*a" -exec rm -f {} \;