wok rev 11967

Up: yad (0.17.0)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 02 16:00:20 2012 +0100 (2012-03-02)
parents 57dade4285bd
children 38169ce50380
files yad/receipt
line diff
     1.1 --- a/yad/receipt	Fri Mar 02 15:57:04 2012 +0100
     1.2 +++ b/yad/receipt	Fri Mar 02 16:00:20 2012 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="yad"
     1.7 -VERSION="0.16.3"
     1.8 +VERSION="0.17.0"
     1.9  CATEGORY="utilities"
    1.10  SHORT_DESC="Display graphical dialogs from shell scripts or command line"
    1.11  MAINTAINER="devl547@gmail.com"
    1.12 @@ -10,13 +10,12 @@
    1.13  WGET_URL="http://yad.googlecode.com/files/$TARBALL"
    1.14  
    1.15  DEPENDS="gtk+"
    1.16 -BUILD_DEPENDS="acl intltool gettext pkg-config glib-dev gtk+-dev"
    1.17 +BUILD_DEPENDS="intltool gettext pkg-config glib-dev gtk+-dev"
    1.18  
    1.19  # Rules to configure and make the package.
    1.20  compile_rules()
    1.21  {
    1.22  	cd $src
    1.23 -	[ -f install-sh ] && chmod +x install-sh
    1.24  	./configure \
    1.25  		--enable-icon-browser &&
    1.26  	make && make install
    1.27 @@ -27,7 +26,7 @@
    1.28  {
    1.29  	mkdir -p $fs/usr/bin \
    1.30  		$fs/usr/share
    1.31 -	cp -a $_pkg/usr/bin/* $fs/usr/bin
    1.32 -	cp -ar $_pkg/usr/share/applications $fs/usr/share
    1.33 -	cp -ar $_pkg/usr/share/icons $fs/usr/share
    1.34 +	cp -a $install/usr/bin/* $fs/usr/bin
    1.35 +	cp -ar $install/usr/share/applications $fs/usr/share
    1.36 +	cp -ar $install/usr/share/icons $fs/usr/share
    1.37  }