wok annotate yad/receipt @ rev 10509
libtdb: fix genpkg_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 25 15:43:17 2011 +0200 (2011-05-25) |
parents | 9dcc2780c7a0 |
children | d0f5eaf517e1 |
rev | line source |
---|---|
devl547@5115 | 1 # SliTaz package receipt. |
devl547@5115 | 2 |
devl547@5115 | 3 PACKAGE="yad" |
slaxemulator@10098 | 4 VERSION="0.10.2" |
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 } |