wok-next view gcolor2/receipt @ rev 19816

gstreamer0, gst0-* are for version 0.10; while gstreamer1, gst1-* are for version 1.0; up gparted and all its suggested dependencies...
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jul 27 00:56:44 2017 +0300 (2017-07-27)
parents ebc54aeac200
children a5d7827e08cf
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 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cp $stuff/*.po* $src/po
20 sed -i 's|@CATALOGS@|ru.gmo|' po/Makefile.in.in
22 ./configure $CONFIGURE_ARGS &&
23 make &&
24 make DESTDIR=$DESTDIR install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 copy bin/
31 GENERIC_PIXMAPS="no"
32 DEPENDS="atk bzlib cairo fontconfig freetype gdk-pixbuf glib gtk+ libffi \
33 libharfbuzz liblzma libpng16 libxml2 pango pcre util-linux-blkid \
34 util-linux-mount util-linux-uuid xorg-libX11 xorg-libXau xorg-libXdmcp \
35 xorg-libXext xorg-libXrender xorg-libxcb xorg-pixman zlib"
36 SUGGESTED="xorg-rgb"
37 }