wok annotate parcellite/receipt @ rev 6960

singularity: patch and path change
author Antoine Bodin <gokhlayeh@slitaz.org>
date Tue Oct 26 13:14:13 2010 +0200 (2010-10-26)
parents 9b20db26bb2f
children c52ad78e9810
rev   line source
pankso@637 1 # SliTaz package receipt
pankso@637 2
pankso@637 3 PACKAGE="parcellite"
slaxemulator@6515 4 VERSION="0.9.2"
pascal@741 5 CATEGORY="utilities"
pankso@637 6 SHORT_DESC="Lightweight GTK+ clipboard manager"
pankso@637 7 MAINTAINER="pankso@slitaz.org"
pascal@2522 8 DEPENDS="gtk+ xorg-libXdamage"
pascal@1470 9 BUILD_DEPENDS="gtk+-dev intltool"
pankso@637 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
slaxemulator@6515 11 WEB_SITE="http://parcellite.sourceforge.net/"
slaxemulator@6515 12 WGET_URL="$SF_MIRROR/$PACKAGE/$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 }