wok annotate parcellite/receipt @ rev 12571

parcellite: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Apr 28 20:04:52 2012 +0200 (2012-04-28)
parents dad10fa06251
children ed506ef90549
rev   line source
pankso@637 1 # SliTaz package receipt
pankso@637 2
pankso@637 3 PACKAGE="parcellite"
slaxemulator@7752 4 VERSION="0.9.3"
pascal@741 5 CATEGORY="utilities"
pankso@637 6 SHORT_DESC="Lightweight GTK+ clipboard manager"
pankso@637 7 MAINTAINER="pankso@slitaz.org"
pankso@637 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@6515 9 WEB_SITE="http://parcellite.sourceforge.net/"
slaxemulator@6515 10 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
pankso@637 11
pankso@12404 12 DEPENDS="gtk+ xorg-libX11 xorg-libXdamage"
pascal@12571 13 BUILD_DEPENDS="xorg-dev gtk+-dev intltool autoconf automake"
pankso@12404 14
pankso@637 15 # Rules to configure and make the package.
pankso@637 16 compile_rules()
pankso@637 17 {
pankso@637 18 cd $src
pankso@637 19 ./configure \
pankso@637 20 --prefix=/usr \
pascal@1470 21 $CONFIGURE_ARGS &&
pankso@12404 22 make && make DESTDIR=$PWD/_pkg install
pankso@637 23 }
pankso@637 24
pankso@637 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@637 26 genpkg_rules()
pankso@637 27 {
pankso@12404 28 mkdir -p $fs/usr/share/applications $fs/etc
pankso@637 29 cp -a $_pkg/usr/bin $fs/usr
pankso@12404 30 cp -a $stuff/skel $fs/etc
pankso@12404 31 chown -R 0.0 $fs
pankso@637 32 }