wok view ratmenu/receipt @ rev 10109

Up: transmission to 2.31.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri May 20 15:28:49 2011 +0000 (2011-05-20)
parents b9115643f8d0
children 23c3aed67cd9
line source
1 # SliTaz package receipt.
3 PACKAGE="ratmenu"
4 VERSION="2.3.20"
5 CATEGORY="x-window"
6 SHORT_DESC="Menu generator created for ratpoison, but works with any WM"
7 MAINTAINER="gokhlayeh@slitaz.org"
8 DEPENDS="xorg-libX11"
9 TARBALL="${PACKAGE}_$VERSION.tar.gz"
10 WEB_SITE="http://packages.debian.org"
11 WGET_URL="http://ftp.de.debian.org/debian/pool/main/r/ratmenu/$TARBALL"
13 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 make PREFIX=/usr &&
18 make PREFIX=$DESTDIR/usr install
19 }
21 # Rules to gen a SliTaz package suitable for Tazpkg.
22 genpkg_rules()
23 {
24 mkdir -p $fs/usr
25 cp -a $_pkg/usr/bin $fs/usr
26 }