wok annotate yad/receipt @ rev 11084
cloudvpn: Fixed WEB_SITE and WGET_URL.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Mon Oct 17 02:11:40 2011 +0000 (2011-10-17) |
parents | 51d0db4b9cc0 |
children | 1e98b56c9f38 |
rev | line source |
---|---|
devl547@5115 | 1 # SliTaz package receipt. |
devl547@5115 | 2 |
devl547@5115 | 3 PACKAGE="yad" |
pankso@10824 | 4 VERSION="0.12.0" |
devl547@5115 | 5 CATEGORY="utilities" |
devl547@5115 | 6 SHORT_DESC="Display graphical dialogs from shell scripts or command line" |
devl547@5115 | 7 MAINTAINER="devl547@gmail.com" |
devl547@6026 | 8 TARBALL="$PACKAGE-$VERSION.tar.xz" |
devl547@5115 | 9 WEB_SITE="http://code.google.com/p/yad/" |
devl547@5115 | 10 WGET_URL="http://yad.googlecode.com/files/$TARBALL" |
slaxemulator@10098 | 11 |
slaxemulator@10098 | 12 DEPENDS="gtk+" |
devl547@5115 | 13 BUILD_DEPENDS="acl intltool gettext pkg-config glib-dev gtk+-dev" |
devl547@5115 | 14 |
devl547@5115 | 15 # Rules to configure and make the package. |
devl547@5115 | 16 compile_rules() |
devl547@5115 | 17 { |
devl547@5115 | 18 cd $src |
pankso@9324 | 19 ./configure \ |
pankso@9324 | 20 --enable-icon-browser && |
pankso@9324 | 21 make && make install |
devl547@5115 | 22 } |
devl547@5115 | 23 |
devl547@5115 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5115 | 25 genpkg_rules() |
devl547@5115 | 26 { |
devl547@5115 | 27 mkdir -p $fs/usr |
devl547@5115 | 28 cp -a $_pkg/usr/bin $fs/usr |
devl547@5115 | 29 } |