wok-next annotate parcellite/receipt @ rev 8777
php: need openldap to build
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Tue Feb 22 13:26:39 2011 +0100 (2011-02-22) |
parents | 3543c8379d9b |
children | dad10fa06251 |
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" |
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 } |