wok annotate xpad/receipt @ rev 9943
gpgme: fix bdeps.
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Wed May 18 12:04:53 2011 +0200 (2011-05-18) |
parents | d8ff3547600c |
children | 36c3524c0596 |
rev | line source |
---|---|
pankso@41 | 1 # SliTaz package receipt. |
pankso@41 | 2 |
pankso@41 | 3 PACKAGE="xpad" |
pankso@2005 | 4 VERSION="3.0" |
pankso@179 | 5 CATEGORY="utilities" |
pankso@41 | 6 SHORT_DESC="Desktop note pad using GTK+ toolkit." |
pankso@41 | 7 MAINTAINER="pankso@slitaz.org" |
slaxemulator@8959 | 8 DEPENDS="gtk+ xorg-libXdamage xorg-libSM" |
slaxemulator@8959 | 9 BUILD_DEPENDS="pkg-config" |
pankso@41 | 10 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
pankso@41 | 11 WEB_SITE="http://xpad.sourceforge.net/" |
pankso@2005 | 12 WGET_URL="http://launchpad.net/xpad/stable/3.0/+download/$TARBALL" |
pankso@179 | 13 HANDBOOK_URL='http://www.slitaz.org/doc/handbook/utilities.html#xpad' |
pankso@41 | 14 |
pankso@41 | 15 # Rules to configure and make the package. |
pankso@41 | 16 compile_rules() |
pankso@41 | 17 { |
pankso@41 | 18 cd $src |
slaxemulator@9727 | 19 ./configure && make && make install |
pankso@41 | 20 } |
pankso@41 | 21 |
pankso@41 | 22 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@41 | 23 genpkg_rules() |
pankso@41 | 24 { |
slaxemulator@9727 | 25 mkdir -p $fs/usr |
pankso@41 | 26 cp -a $_pkg/usr/bin $fs/usr |
pankso@41 | 27 } |