wok annotate ratmenu/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 908529298e5d
children 42380dbaadb7
rev   line source
gokhlayeh@9230 1 # SliTaz package receipt.
gokhlayeh@9230 2
gokhlayeh@9230 3 PACKAGE="ratmenu"
gokhlayeh@9230 4 VERSION="2.3.20"
slaxemulator@9453 5 CATEGORY="x-window"
gokhlayeh@9230 6 SHORT_DESC="Menu generator created for ratpoison, but works with any WM"
gokhlayeh@9230 7 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15601 8 LICENSE="other"
gokhlayeh@9230 9 TARBALL="${PACKAGE}_$VERSION.tar.gz"
gokhlayeh@9230 10 WEB_SITE="http://packages.debian.org"
gokhlayeh@9230 11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/r/ratmenu/$TARBALL"
gokhlayeh@9230 12
pascal@15601 13 DEPENDS="xorg-libX11"
pascal@15601 14
gokhlayeh@9230 15 # Rules to configure and make the package.
gokhlayeh@9230 16 compile_rules()
gokhlayeh@9230 17 {
gokhlayeh@9230 18 cd $src
gokhlayeh@9230 19 make PREFIX=/usr &&
gokhlayeh@9230 20 make PREFIX=$DESTDIR/usr install
gokhlayeh@9230 21 }
gokhlayeh@9230 22
gokhlayeh@9230 23 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@9230 24 genpkg_rules()
gokhlayeh@9230 25 {
gokhlayeh@9230 26 mkdir -p $fs/usr
pascal@15601 27 cp -a $install/usr/bin $fs/usr
gokhlayeh@9230 28 }
gokhlayeh@9230 29