wok diff murrine/receipt @ rev 16674
Up slitaz-arm-rpi with new piborg, piface, pibrella
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu May 15 21:56:18 2014 +0200 (2014-05-15) |
parents | e81fea0d0e52 |
children | d3eb5f4b53ea |
line diff
1.1 --- a/murrine/receipt Tue May 01 13:30:13 2012 +0200 1.2 +++ b/murrine/receipt Thu May 15 21:56:18 2014 +0200 1.3 @@ -5,12 +5,14 @@ 1.4 CATEGORY="x-window" 1.5 SHORT_DESC="GTK2 engine to make your desktop look like a murrina" 1.6 MAINTAINER="jozee@slitaz.org" 1.7 -DEPENDS="pixman expat libgio gtk+" 1.8 -BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale" 1.9 +LICENSE="LGPL3" 1.10 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.11 WEB_SITE="http://www.cimitan.com/murrine" 1.12 WGET_URL="http://ftp.gnome.org/pub/GNOME/sources/murrine/0.98/$TARBALL" 1.13 1.14 +DEPENDS="pixman expat libgio gtk+" 1.15 +BUILD_DEPENDS="autoconf automake intltool libtool m4 gettext libgomp pixman-dev expat-dev libgio-dev gtk+-dev glibc-locale" 1.16 + 1.17 # Rules to configure and make the package. 1.18 compile_rules() 1.19 { 1.20 @@ -19,15 +21,15 @@ 1.21 #sed -i 's/1.10/1.11/g' autogen.sh 1.22 ./configure --prefix=/usr --enable-animation $CONFIGURE_ARGS && 1.23 make && 1.24 - make DESTDIR=$PWD/_pkg install 1.25 + make DESTDIR=$DESTDIR install 1.26 } 1.27 1.28 # Rules to gen a SliTaz package suitable for Tazpkg. 1.29 genpkg_rules() 1.30 { 1.31 mkdir -p $fs/usr/share $fs/usr/lib 1.32 - cp -a $_pkg/usr/share $fs/usr 1.33 - cp -a $_pkg/usr/lib $fs/usr 1.34 + cp -a $install/usr/share $fs/usr 1.35 + cp -a $install/usr/lib $fs/usr 1.36 1.37 } 1.38