wok view gcolor2/receipt @ rev 1465

update BUILD_DEPENDS in asunder clearlooks evas gcolor2 gnome-menus grsync intltool libiec61883 libwnck neon poedit portmap pycairo shared-mime-info tsclient xorg-libICE xorg-xload
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 09:01:05 2008 +0000 (2008-10-04)
parents eb4e6a1af180
children 52dc4b48ed81
line source
1 # SliTaz package receipt.
3 PACKAGE="gcolor2"
4 VERSION="0.4"
5 CATEGORY="graphics"
6 SHORT_DESC="Light and simple color selector."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="gtk+"
9 BUILD_DEPENDS="pkg-config gtk+ perl-xml-parser"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WEB_SITE="http://gcolor2.sourceforge.net/"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 cd $src
18 ./configure --prefix=/usr --infodir=/usr/share/info \
19 --mandir=/usr/share/man $CONFIGURE_ARGS &&
20 make &&
21 make DESTDIR=$PWD/_pkg install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 strip -s $fs/usr/bin/*
31 cp -a $_pkg/usr/share $fs/usr
32 cd $fs/usr/share/pixmaps
33 ln -s gcolor2/icon.png gcolor2.png
34 }