wok-undigest diff gtklp/receipt @ rev 188

Removed exiftool and mdk3. There in wok now.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Dec 09 12:01:30 2010 +0000 (2010-12-09)
parents
children 71174d095e1d
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gtklp/receipt	Thu Dec 09 12:01:30 2010 +0000
     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 +}