wok diff libunique/receipt @ rev 14857

Up: libvncserver (0.9.9), again
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 20 13:14:04 2013 +0000 (2013-07-20)
parents 4e1886a70bc2
children 69c80106a6af
line diff
     1.1 --- a/libunique/receipt	Fri Dec 16 15:42:01 2011 +0100
     1.2 +++ b/libunique/receipt	Sat Jul 20 13:14:04 2013 +0000
     1.3 @@ -5,12 +5,14 @@
     1.4  CATEGORY="development"
     1.5  SHORT_DESC="Library for writing single instance application."
     1.6  MAINTAINER="erjo@slitaz.org"
     1.7 -DEPENDS="gtk+ cairo dbus-glib"
     1.8 -BUILD_DEPENDS="pkg-config gtk+-dev glib-dev gobject-introspection-dev perl expat-dev"
     1.9 +LICENSE="LGPL2.1"
    1.10  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.11  WEB_SITE="http://live.gnome.org/LibUnique"
    1.12  WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.13  
    1.14 +DEPENDS="gtk+ cairo dbus-glib"
    1.15 +BUILD_DEPENDS="pkg-config gtk+-dev glib-dev gobject-introspection-dev perl expat-dev"
    1.16 +
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 @@ -25,7 +27,7 @@
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib
    1.24 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.25 -	cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib
    1.26 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.27 +	cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib
    1.28  }
    1.29