wok view ratmenu/receipt @ rev 9361

Up: xorg-libX11 to 1.4.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Mar 20 15:30:17 2011 +0000 (2011-03-20)
parents
children 908529298e5d
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 }