wok view ratmenu/receipt @ rev 16916

rePackaging main of "wanted" on Qt4. (s/4.8.4/4.8.6)
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Wed Jul 16 03:57:22 2014 +0200 (2014-07-16)
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 }