wok annotate parcellite/receipt @ rev 1470

freetds haserl-lua parcellite python xorg-xclock: update BUILD_DEPENDS
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 04 12:01:29 2008 +0000 (2008-10-04)
parents eed4f3fbcb61
children b0e25e472e8f
rev   line source
pankso@637 1 # SliTaz package receipt
pankso@637 2
pankso@637 3 PACKAGE="parcellite"
pankso@1271 4 VERSION="0.8"
pascal@741 5 CATEGORY="utilities"
pankso@637 6 SHORT_DESC="Lightweight GTK+ clipboard manager"
pankso@637 7 MAINTAINER="pankso@slitaz.org"
pankso@637 8 DEPENDS="gtk+"
pascal@1470 9 BUILD_DEPENDS="gtk+-dev intltool"
pankso@637 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@637 11 WEB_SITE="http://code.google.com/p/xyhthyx/"
pankso@637 12 WGET_URL="http://xyhthyx.googlecode.com/files/$TARBALL"
pankso@637 13
pankso@637 14 # Rules to configure and make the package.
pankso@637 15 compile_rules()
pankso@637 16 {
pankso@637 17 cd $src
pankso@637 18 ./configure \
pankso@637 19 --prefix=/usr \
pascal@1470 20 $CONFIGURE_ARGS &&
pascal@1470 21 make &&
pankso@637 22 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@640 28 mkdir -p $fs/usr/share/applications
pankso@637 29 cp -a $_pkg/usr/bin $fs/usr
pankso@637 30 }