wok diff gpick/receipt @ rev 14534

libfirefox: Up to 17.0.6esr
author Dominique Corbex <domcox@slitaz.org>
date Wed May 22 19:05:49 2013 +0200 (2013-05-22)
parents
children de49f29b101e
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gpick/receipt	Wed May 22 19:05:49 2013 +0200
     1.3 @@ -0,0 +1,33 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gpick"
     1.7 +VERSION="0.2.5rc1"
     1.8 +CATEGORY="graphics"
     1.9 +SHORT_DESC="Advanced color picker written in C++ using GTK+ toolkit"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +WEB_SITE="http://code.google.com/p/gpick/"
    1.12 +TARBALL="${PACKAGE}_$VERSION.tar.gz"
    1.13 +WGET_URL="http://$PACKAGE.googlecode.com/files/$TARBALL"
    1.14 +
    1.15 +DEPENDS="gtk+"
    1.16 +SUGGESTED="lua"
    1.17 +BUILD_DEPENDS="scons gettext lemon flex gtk+-dev expat-dev libboost-dev \
    1.18 +dbus-glib-dev lua-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	scons DESTDIR=$install BUILD_TARGET="i486" install
    1.24 +}
    1.25 +
    1.26 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.27 +genpkg_rules()
    1.28 +{
    1.29 +	mkdir -p $fs/usr/share
    1.30 +	cp -a $install/bin $fs/usr
    1.31 +	cp -a $install/share/$PACKAGE $fs/usr/share
    1.32 +	cp -a $install/share/icons $fs/usr/share
    1.33 +	cp -a $install/share/locale $fs/usr/share
    1.34 +	cp -a $install/share/man $fs/usr/share
    1.35 +}
    1.36 +