wok view ratmenu/receipt @ rev 16493

ARM: add tk (so we may have Python IDLE)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 23 15:29:12 2014 +0200 (2014-04-23)
parents 908529298e5d
children 42380dbaadb7
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 LICENSE="other"
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 DEPENDS="xorg-libX11"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 make PREFIX=/usr &&
20 make PREFIX=$DESTDIR/usr install
21 }
23 # Rules to gen a SliTaz package suitable for Tazpkg.
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr
27 cp -a $install/usr/bin $fs/usr
28 }