wok-next view gtklp/receipt @ rev 20607

perdition: up 2.2
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Apr 19 15:57:59 2018 +0300 (2018-04-19)
parents baf539ef5c7c
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gtklp"
4 VERSION="1.3.0"
5 CATEGORY="utilities"
6 SHORT_DESC="Tools to use and administrate CUPS"
7 MAINTAINER="jozee@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gtklp.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.src.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="cups-dev gtk+-dev autoconf automake libtool gettext-tools"
16 compile_rules() {
17 sed -i 's/^gettextize .*/autopoint -f/' autogen.sh
18 chmod +x autogen.sh
19 ./autogen.sh
20 # Disable /root/missing script
21 sed -i '/is-lightweight/{s/eval/! echo/}' configure
23 ./configure &&
24 fix libtool &&
25 make &&
26 make DESTDIR=$DESTDIR install
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="cups gtk+"
32 }