[ Thread Index |
Date Index
| More lists.tuxfamily.org/slitaz Archives
]
- To: slitaz@xxxxxxxxxxxxxxxxxxx
- Subject: Yad receipt
- From: Alexander Medvedev <devl547@xxxxxxxxx>
- Date: Sun, 7 Feb 2010 22:55:37 +0000
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=PDAXTj0eLbLLQgFYChrYkcHakKCVBAsoHo/SouCd14w=; b=ofs81TuFqFvbCklylM9xmKv9DpIt9pv7w36IodJP88sWcgnV1qYmhnCRkgBMDe2JUI CYLwQAgwEyWz14P8gZ0aVVO8Rk1PAJEkQpWHHa51/MkBBUtKt5z5S5+3gwny4dipEyxo of52v8KSLGLsLmGHVJjcFivkeQlr5H8JJJiJY=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=VXMfEXJUETD+2NhjvLgMbPMMO9IpTjC8GbJcylK20/LrSufa7LXs2CF44nF9/TSUTI rnfzCYJ2jq+V7psgNQSFiq1iv+BvWw+MbxV1jZz1QV+hncqzoWXOfbCC7CRWEmJPNovu iaDpymzn8Kfm6tQUuLBBSr4RjyfEKV6BJrN04=
Yad is a fork of Zenity with many
improvements, such as custom buttons, additional dialogs, popup menu in
notification icon and more.
# SliTaz package receipt.
PACKAGE="yad"
VERSION="0.0.9"
CATEGORY="utilities"
SHORT_DESC="Display graphical dialogs from shell scripts or command line"
MAINTAINER="devl547@xxxxxxxxx"
TARBALL="$PACKAGE-$VERSION.tar.bz2"
WEB_SITE="http://code.google.com/p/yad/"
WGET_URL="http://yad.googlecode.com/files/$TARBALL"
# Rules to configure and make the package.
compile_rules()
{
cd $src
./configure --prefix=/usr --infodir=/usr/share/info \
--mandir=/usr/share/man $CONFIGURE_ARGS &&
make &&
make DESTDIR=$PWD/_pkg install
}
# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
mkdir -p $fs/usr
cp -a $_pkg/usr/bin $fs/usr
}
With best regards, Alexander.