wok-stable diff gucharmap/receipt @ rev 12349

Added: gucharmap (GNOME Character Map), gucharmap-i18n (lang files); itstool (dependence for gucharmap); ubuntu-font-family
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Oct 23 02:14:33 2012 +0000 (2012-10-23)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gucharmap/receipt	Tue Oct 23 02:14:33 2012 +0000
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gucharmap"
     1.7 +VERSION="3.0.1"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="GNOME Character Map"
    1.10 +MAINTAINER="al.bobylev@gmail.com"
    1.11 +DEPENDS="atk bzlib cairo expat fontconfig freetype gcc-lib-base gdk-pixbuf glib glibc-base gtk+ libffi libgio libpng libxcb pango pixman xorg-libX11 xorg-libXau xorg-libXcomposite xorg-libXcursor xorg-libXdamage xorg-libXdmcp xorg-libXext xorg-libXfixes xorg-libXinerama xorg-libXrandr xorg-libXrender zlib"
    1.12 +BUILD_DEPENDS="itstool libxml2-tools glib-dev libgio-dev gtk+-dev"
    1.13 +TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="https://live.gnome.org/Gucharmap"
    1.15 +WGET_URL="$GNOME_MIRROR/$PACKAGE/${VERSION%.*}/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +	./configure \
    1.22 +		--disable-maintainer-mode \
    1.23 +		--disable-gconf \
    1.24 +		--disable-schemas-install \
    1.25 +		--disable-scrollkeeper \
    1.26 +		--with-gtk=2.0 \
    1.27 +		$CONFIGURE_ARGS &&
    1.28 +	make && make install
    1.29 +}
    1.30 +
    1.31 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.32 +genpkg_rules()
    1.33 +{
    1.34 +	cd $fs; mkdir -p usr/bin usr/lib usr/share
    1.35 +	cp -a $install/usr/bin/$PACKAGE $fs/usr/bin
    1.36 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.37 +	cp -a $install/usr/share/applications $fs/usr/share
    1.38 +}