wok annotate ratpoison/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents 5d53e8ccbc8d
children 17091bc7c301
rev   line source
gokhlayeh@8341 1 # SliTaz package receipt.
gokhlayeh@8341 2
gokhlayeh@8341 3 PACKAGE="ratpoison"
Hans-G?nter@21831 4 VERSION="1.4.9"
gokhlayeh@8341 5 CATEGORY="x-window"
Hans-G?nter@21831 6 TAGS="window-manager"
Hans-G?nter@21831 7 SHORT_DESC="An extremely light-weight window manager, using only keyboard."
gokhlayeh@8341 8 MAINTAINER="gokhlayeh@slitaz.org"
pascal@15600 9 LICENSE="GPL2"
Hans-G?nter@21831 10 WEB_SITE="https://www.nongnu.org/ratpoison/"
gokhlayeh@8341 11
Hans-G?nter@21831 12 TARBALL="$PACKAGE-$VERSION.tar.xz"
Hans-G?nter@21831 13 WGET_URL="http://download.savannah.gnu.org/releases/$PACKAGE/$TARBALL"
Hans-G?nter@21831 14
Hans-G?nter@21831 15 DEPENDS="microperl xorg-libXinerama xorg-libXtst"
pascal@15600 16
gokhlayeh@8341 17 # Rules to configure and make the package.
gokhlayeh@8341 18 compile_rules()
gokhlayeh@8341 19 {
Hans-G?nter@21831 20 ./configure &&
Hans-G?nter@21831 21 make CFLAGS="$CFLAGS -DHAVE_GETLINE" &&
Hans-G?nter@21831 22 make install
gokhlayeh@8341 23 }
gokhlayeh@8341 24
gokhlayeh@8341 25 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@8341 26 genpkg_rules()
gokhlayeh@8341 27 {
gokhlayeh@8341 28 mkdir -p $fs/usr/share
Hans-G?nter@21831 29
Hans-G?nter@21831 30 cp -a $install/usr/bin $fs/usr
Hans-G?nter@21831 31 cp -a $install/usr/share/ratpoison $fs/usr/share
gokhlayeh@8341 32 }