wok-undigest rev 284

Up: gtklp to 1.2.8. Fixed bdeps. Clean up.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 30 06:45:30 2011 +0000 (2011-05-30)
parents a8f920fe3274
children 205a855ead09
files gtklp/receipt
line diff
     1.1 --- a/gtklp/receipt	Mon May 30 12:37:10 2011 +0200
     1.2 +++ b/gtklp/receipt	Mon May 30 06:45:30 2011 +0000
     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  }