wok view ratmenu/receipt @ rev 11494

Up: poppler 0.18.2; poppler-data 0.4.5 (fix build of epdfview; thank godane)
author Antoine Bodin <gokhlayeh@slitaz.org>
date Mon Dec 19 02:49:30 2011 +0100 (2011-12-19)
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 }