wok diff yad-gtk3/receipt @ rev 14298

Up: edje (1.7.5)
author Dominique Corbex <domcox@slitaz.org>
date Sun Apr 07 10:10:51 2013 +0200 (2013-04-07)
parents
children 695e22e54749
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/yad-gtk3/receipt	Sun Apr 07 10:10:51 2013 +0200
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="yad-gtk3"
     1.7 +VERSION="0.20.1"
     1.8 +CATEGORY="utilities"
     1.9 +SHORT_DESC="Display graphical dialogs from shell scripts or command line (GTK+3)"
    1.10 +MAINTAINER="devl547@gmail.com"
    1.11 +TARBALL="yad-$VERSION.tar.xz"
    1.12 +WEB_SITE="http://code.google.com/p/yad/"
    1.13 +WGET_URL="http://yad.googlecode.com/files/$TARBALL"
    1.14 +TAGS="gtk3"
    1.15 +
    1.16 +DEPENDS="gtk+3"
    1.17 +BUILD_DEPENDS="gtk+3-dev"
    1.18 +
    1.19 +# Rules to configure and make the package.
    1.20 +compile_rules()
    1.21 +{
    1.22 +	patch -p1 < $stuff/ru.patch
    1.23 +	./configure \
    1.24 +		--with-gtk=gtk3 \
    1.25 +		--enable-icon-browser &&
    1.26 +	make &&
    1.27 +	make install
    1.28 +}
    1.29 +
    1.30 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.31 +genpkg_rules()
    1.32 +{
    1.33 +	mkdir -p \
    1.34 +		$fs/usr/share/pixmaps
    1.35 +	cp -a $install/usr/bin $fs/usr
    1.36 +	cp -a $install/usr/share/icons/hicolor/48x48/apps/yad.png \
    1.37 +		$fs/usr/share/pixmaps
    1.38 +}