wok view yad/receipt @ rev 9396

Up: talloc to 2.0.5.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Mar 26 14:57:15 2011 +0000 (2011-03-26)
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 }