wok-next annotate amiwm/receipt @ rev 21445

updated scim (1.4.17 -> 1.4.18)
author Hans-G?nter Theisgen
date Tue May 05 16:55:11 2020 +0100 (2020-05-05)
parents fd4410383bce
children
rev   line source
al@20844 1 # SliTaz package receipt v2.
al@20844 2
al@20844 3 PACKAGE="amiwm"
al@20844 4 VERSION="0.21pl2"
al@20844 5 CATEGORY="x-window"
al@20844 6 SHORT_DESC="Amiga look alike window manager"
al@20844 7 MAINTAINER="al.bobylev@gmail.com"
al@20844 8 LICENSE="other"
al@20844 9 WEB_SITE="http://www.lysator.liu.se/~marcus/amiwm.html"
al@20844 10
al@20844 11 TARBALL="$PACKAGE$VERSION.tar.gz"
al@20844 12 WGET_URL="ftp://ftp.lysator.liu.se/pub/X11/wm/amiwm/$TARBALL"
al@20844 13
al@21078 14 BUILD_DEPENDS="libx11-dev libxext-dev libice-dev libxt-dev \
al@21078 15 libxmu-dev"
al@20844 16
al@20844 17 compile_rules() {
al@20844 18 ./configure $CONFIGURE_ARGS &&
al@20844 19 make gram.h &&
al@20844 20 make &&
al@20844 21 make prefix=$install/usr mandir='${prefix}/share/man' install || return 1
al@20844 22
al@20844 23 ln -sf ../lib/amiwm/requestchoice $install/usr/bin/requestchoice
al@20844 24 install -Dm644 $stuff/amiwm.xdesktop $install/usr/share/xsessions/amiwm.desktop
al@20844 25
al@20844 26 cook_pick_manpages $stuff/*.1 # from Debian
al@20844 27 cook_pick_docs README* LICENSE
al@20844 28 }
al@20844 29
al@20844 30 genpkg_rules() {
al@20844 31 copy @std
al@21078 32 DEPENDS="libice libsm libx11 libxext libxmu"
al@20844 33 }