wok-next view gcolor2/receipt @ rev 21078
Update png and Xorg in dependencies.
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Sat Dec 22 04:52:35 2018 +0200 (2018-12-22) |
parents | d5aab818505e |
children | 29128929e4f9 |
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="devel@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 gtk2-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=$install install
24 }
26 genpkg_rules() {
27 COOKOPTS="!pixmaps"
28 copy bin/
29 DEPENDS="atk gdk-pixbuf glib gtk2"
30 SUGGESTED="rgb"
31 }