wok-undigest view 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 source
1 # SliTaz package receipt.
3 PACKAGE="gtklp"
4 VERSION="1.2.7"
5 CATEGORY="utilities"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="Tools to use and administrate CUPS"
8 BUILD_DEPENDS=" gtk+-dev autoconf automake"
9 WEB_SITE="http://gtklp.sourceforge.net/"
10 DEPENDS="cups gtk+"
11 TARBALL="$PACKAGE-$VERSION.src.tar.gz"
12 WGET_URL="http://downloads.sourceforge.net/gtklp/$TARBALL"
13 TAGS=""
15 # Rules to configure and make the package.
17 compile_rules() {
18 cd $src
19 chmod +x autogen.sh
20 ./autogen.sh
21 ./configure --prefix=/usr
22 make
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share
30 cp -a $_pkg/usr/bin $fs/usr
32 }