wok diff gucharmap/receipt @ rev 14141

libmnl*: add 1.0.3
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Mar 01 08:37:16 2013 -0800 (2013-03-01)
parents
children 380ffe05937a
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gucharmap/receipt	Fri Mar 01 08:37:16 2013 -0800
     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 +	mkdir -p $fs/usr/bin $fs/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 +}