wok-next annotate ratmenu/receipt @ rev 20243

update some bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 07 09:32:28 2017 +0100 (2017-11-07)
parents 42380dbaadb7
children f99935f1778a
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@20243 14 BUILD_DEPENDS="xorg-libX11-dev xorg-xproto"
pascal@15601 15
gokhlayeh@9230 16 # Rules to configure and make the package.
gokhlayeh@9230 17 compile_rules()
gokhlayeh@9230 18 {
gokhlayeh@9230 19 make PREFIX=/usr &&
pascal@19293 20 make PREFIX=$DESTDIR/usr MANDIR=$DESTDIR/usr/share/man 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