wok view ratpoison/receipt @ rev 9634

Fixes: ecj, fop, rhino, xalan-xerces-j, xlogo (jre is not a package --> java-jre)
author Christophe Lincoln <pankso@slitaz.org>
date Tue Apr 26 15:26:46 2011 +0200 (2011-04-26)
parents
children de49f29b101e
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 DEPENDS="microperl xorg-libXtst xorg-libXinerama"
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 # Rules to configure and make the package.
14 compile_rules()
15 {
16 cd $src
17 ./configure && make CFLAGS="$CFLAGS -DHAVE_GETLINE" && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/share
24 cp -a $_pkg/usr/bin $fs/usr
25 cp -a $_pkg/usr/share/ratpoison $fs/usr/share
26 }