wok view ratpoison/receipt @ rev 16766

lxde: export XDG_MENU_PREFIX (Thanks az_ua)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jun 18 18:52:14 2014 +0200 (2014-06-18)
parents 609cb34ed0ce
children 5d53e8ccbc8d
line source
1 # SliTaz package receipt.
3 PACKAGE="ratpoison"
4 VERSION="1.4.5"
5 CATEGORY="x-window"
6 SHORT_DESC="Ratpoison is an extremely light-weightWM using only keyboard."
7 MAINTAINER="gokhlayeh@slitaz.org"
8 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.gz"
10 WEB_SITE="http://www.nongnu.org/ratpoison/"
11 WGET_URL="http://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
13 DEPENDS="microperl xorg-libXtst xorg-libXinerama"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure && make CFLAGS="$CFLAGS -DHAVE_GETLINE" && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules()
24 {
25 mkdir -p $fs/usr/share
26 cp -a $install/usr/bin $fs/usr
27 cp -a $install/usr/share/ratpoison $fs/usr/share
28 }