wok annotate menu-cache/receipt @ rev 2773

Up: mysql (5.0.77) [security update]
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Apr 27 09:13:11 2009 +0200 (2009-04-27)
parents
children dded3d385345
rev   line source
pankso@2214 1 # SliTaz package receipt.
pankso@2214 2
pankso@2214 3 PACKAGE="menu-cache"
pankso@2214 4 VERSION="0.2.2"
pankso@2214 5 CATEGORY="x-window"
pankso@2214 6 SHORT_DESC="Standard compliant menu library used by LXDE."
pankso@2214 7 MAINTAINER="pankso@slitaz.org"
pankso@2214 8 DEPENDS="gtk+ slitaz-menus"
pankso@2214 9 BUILD_DEPENDS="gtk+-dev"
pankso@2214 10 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@2214 11 WEB_SITE="http://lxde.sourceforge.net/"
pankso@2214 12 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
pankso@2214 13
pankso@2214 14 # Rules to configure and make the package.
pankso@2214 15 compile_rules()
pankso@2214 16 {
pankso@2214 17 cd $src
pankso@2214 18 ./configure \
pankso@2214 19 --prefix=/usr \
pankso@2214 20 $CONFIGURE_ARGS &&
pankso@2214 21 make &&
pankso@2214 22 make DESTDIR=$PWD/_pkg install
pankso@2214 23 }
pankso@2214 24
pankso@2214 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@2214 26 genpkg_rules()
pankso@2214 27 {
pankso@2214 28 mkdir -p $fs/usr/lib
pankso@2214 29 cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
pankso@2214 30 cp -a $_pkg/usr/bin $fs/usr
pankso@2214 31 }