wok view yad/receipt @ rev 10132

Up: phpldapadmin to 1.2.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 17:23:48 2011 +0000 (2011-05-20)
parents 9dcc2780c7a0
children d0f5eaf517e1
line source
1 # SliTaz package receipt.
3 PACKAGE="yad"
4 VERSION="0.10.2"
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"
12 DEPENDS="gtk+"
13 BUILD_DEPENDS="acl intltool gettext pkg-config glib-dev gtk+-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 --enable-icon-browser &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr
28 cp -a $_pkg/usr/bin $fs/usr
29 }