wok view yad/receipt @ rev 9324

Up: yad (0.9.1)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Mar 18 13:07:33 2011 +0100 (2011-03-18)
parents 16b8038c1603
children 9dcc2780c7a0
line source
1 # SliTaz package receipt.
3 PACKAGE="yad"
4 VERSION="0.9.1"
5 CATEGORY="utilities"
6 SHORT_DESC="Display graphical dialogs from shell scripts or command line"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.xz"
9 WEB_SITE="http://code.google.com/p/yad/"
10 WGET_URL="http://yad.googlecode.com/files/$TARBALL"
11 BUILD_DEPENDS="acl intltool gettext pkg-config glib-dev gtk+-dev"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure \
18 --enable-icon-browser &&
19 make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $_pkg/usr/bin $fs/usr
27 }