wok-next view gcolor2/receipt @ rev 20853

Up xgalaga++; fix build: vzctl, vzquota, w3m
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 24 19:03:37 2018 +0300 (2018-06-24)
parents a5d7827e08cf
children f48456621a9d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gcolor2"
4 VERSION="0.4"
5 CATEGORY="graphics"
6 SHORT_DESC="Light and simple color selector"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://gcolor2.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="gfortran intltool perl-xml-parser gtk+-dev file"
16 compile_rules() {
17 cp $stuff/*.po* $src/po
18 sed -i 's|@CATALOGS@|ru.gmo|' po/Makefile.in.in
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make DESTDIR=$DESTDIR install
24 }
26 genpkg_rules() {
27 COOKOPTS="!pixmaps"
28 copy bin/
29 DEPENDS="atk gdk-pixbuf glib gtk+"
30 SUGGESTED="xorg-rgb"
31 }