wok-next view ratpoison/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ratpoison"
4 VERSION="1.4.9"
5 CATEGORY="x-window"
6 TAGS="window-manager"
7 SHORT_DESC="Extremely lightweight WM using only keyboard"
8 MAINTAINER="maintainer@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.nongnu.org/ratpoison/"
12 TARBALL="$PACKAGE-$VERSION.tar.gz"
13 WGET_URL="https://savannah.nongnu.org/download/$PACKAGE/$TARBALL"
15 BUILD_DEPENDS="libxtst-dev libxinerama-dev"
17 compile_rules()
18 {
19 ./configure &&
20 make CFLAGS="$CFLAGS -DHAVE_GETLINE" &&
21 make install
22 }
24 genpkg_rules()
25 {
26 mkdir -p $fs/usr/share
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/share/ratpoison $fs/usr/share
31 DEPENDS="microperl libxtst libxinerama"
32 }