wok-undigest diff gtklp/receipt @ rev 534

Up seed (3.2.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 05 12:58:25 2011 +0100 (2011-11-05)
parents bddbed9bb990
children f6de408eee11
line diff
     1.1 --- a/gtklp/receipt	Mon May 03 05:18:18 2010 -0400
     1.2 +++ b/gtklp/receipt	Sat Nov 05 12:58:25 2011 +0100
     1.3 @@ -1,16 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="gtklp"
     1.7 -VERSION="1.2.7"
     1.8 +VERSION="1.2.8"
     1.9  CATEGORY="utilities"
    1.10  MAINTAINER="jozee@slitaz.org"
    1.11  SHORT_DESC="Tools to use and administrate CUPS"
    1.12  BUILD_DEPENDS=" gtk+-dev autoconf automake"
    1.13  WEB_SITE="http://gtklp.sourceforge.net/"
    1.14 +TARBALL="$PACKAGE-$VERSION.src.tar.gz"
    1.15 +WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.16 +TAGS=""
    1.17 +
    1.18  DEPENDS="cups gtk+"
    1.19 -TARBALL="$PACKAGE-$VERSION.src.tar.gz"
    1.20 -WGET_URL="http://downloads.sourceforge.net/gtklp/$TARBALL"
    1.21 -TAGS=""
    1.22 +BUILD_DEPENDS="cups-dev gtk+-dev"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  
    1.26 @@ -20,7 +22,7 @@
    1.27    ./autogen.sh 
    1.28    ./configure --prefix=/usr 
    1.29    make 
    1.30 -  make DESTDIR=$PWD/_pkg install 
    1.31 +  make DESTDIR=$DESTDIR install 
    1.32  }
    1.33  	
    1.34  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.35 @@ -28,5 +30,4 @@
    1.36  {
    1.37  	mkdir -p $fs/usr/share
    1.38  	cp -a $_pkg/usr/bin $fs/usr
    1.39 -	
    1.40  }