wok view ratmenu/receipt @ rev 19293

o3read, ocaml, optipng, p7zip-full, pmail, python-nose, ratmenu: fix man or doc path
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Jul 06 15:27:44 2016 +0200 (2016-07-06)
parents 23c3aed67cd9
children e472f8c4cb53
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 make PREFIX=/usr &&
19 make PREFIX=$DESTDIR/usr MANDIR=$DESTDIR/usr/share/man install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr
26 cp -a $install/usr/bin $fs/usr
27 }