wok-undigest rev 100

Add gtklp
author Rohit Joshi <jozee@slitaz.org>
date Mon May 03 05:18:18 2010 -0400 (2010-05-03)
parents e523b0a34f0c
children 6f75ac10e636
files gtklp/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtklp/receipt	Mon May 03 05:18:18 2010 -0400
     1.3 @@ -0,0 +1,32 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gtklp"
     1.7 +VERSION="1.2.7"
     1.8 +CATEGORY="utilities"
     1.9 +MAINTAINER="jozee@slitaz.org"
    1.10 +SHORT_DESC="Tools to use and administrate CUPS"
    1.11 +BUILD_DEPENDS=" gtk+-dev autoconf automake"
    1.12 +WEB_SITE="http://gtklp.sourceforge.net/"
    1.13 +DEPENDS="cups gtk+"
    1.14 +TARBALL="$PACKAGE-$VERSION.src.tar.gz"
    1.15 +WGET_URL="http://downloads.sourceforge.net/gtklp/$TARBALL"
    1.16 +TAGS=""
    1.17 +
    1.18 +# Rules to configure and make the package.
    1.19 +
    1.20 +compile_rules() {
    1.21 +  cd $src
    1.22 +  chmod +x autogen.sh 
    1.23 +  ./autogen.sh 
    1.24 +  ./configure --prefix=/usr 
    1.25 +  make 
    1.26 +  make DESTDIR=$PWD/_pkg install 
    1.27 +}
    1.28 +	
    1.29 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.30 +genpkg_rules()
    1.31 +{
    1.32 +	mkdir -p $fs/usr/share
    1.33 +	cp -a $_pkg/usr/bin $fs/usr
    1.34 +	
    1.35 +}