wok annotate xpad/receipt @ rev 1460

aterm beaver chemtool gftp grisbi gtick gtk-gnutella klavaro leafpad mtpaint sylpheed wine xpad: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Oct 03 20:14:14 2008 +0000 (2008-10-03)
parents 3e70d6e68647
children 95bbb3fdeed9
rev   line source
pankso@41 1 # SliTaz package receipt.
pankso@41 2
pankso@41 3 PACKAGE="xpad"
pankso@554 4 VERSION="2.14"
pankso@179 5 CATEGORY="utilities"
pankso@41 6 SHORT_DESC="Desktop note pad using GTK+ toolkit."
pankso@41 7 MAINTAINER="pankso@slitaz.org"
pankso@41 8 DEPENDS="gtk+"
pascal@1460 9 BUILD_DEPENDS="pkg-config gtk+"
pankso@41 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
pankso@41 11 WEB_SITE="http://xpad.sourceforge.net/"
pankso@41 12 WGET_URL="$SF_MIRROR/$PACKAGE/$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
pankso@554 19 ./configure \
pankso@554 20 --prefix=/usr \
pankso@554 21 --mandir=/usr/share/man \
pascal@1460 22 $CONFIGURE_ARGS &&
pascal@1460 23 make &&
pankso@41 24 make DESTDIR=$PWD/_pkg install
pankso@41 25 }
pankso@41 26
pankso@41 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@41 28 genpkg_rules()
pankso@41 29 {
pankso@179 30 mkdir -p $fs/usr
pankso@41 31 cp -a $_pkg/usr/bin $fs/usr
pankso@41 32 }