wok-next view tklauncher/receipt @ rev 20844

Add amiwm, tklauncher (thanks Pasquale Frega), tcl2c.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 22 20:40:27 2018 +0300 (2018-06-22)
parents
children 5ae348053c83
line source
1 # SliTaz package receipt.
3 PACKAGE="tklauncher"
4 VERSION="0.31"
5 CATEGORY="x-window"
6 SHORT_DESC="TkLauncher desktop launcher"
7 MAINTAINER="pasquale_frega@tiscali.it"
8 LICENSE="BSD"
9 WEB_SITE="http://web.tiscali.it/pas80/tklauncher.htm"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://web.tiscali.it/pas80/$TARBALL"
14 BUILD_DEPENDS="tcl tk libtkimg tcl-dev tk-dev libtkimg-dev"
15 BUILD_DEPENDS="tcl-dev tk-dev libtkimg-dev tcl2c"
17 compile_rules() {
18 sed -i 's|/usr/local|/usr|; s|8\.5|8.6|g' Makefile
20 tcl2c -o tklauncher.c tklauncher.tcl -tcl -tk &&
21 make &&
22 make INSTALLDIR=$install/usr install || return 1
24 chmod 755 $install/usr/lib/amiwm/TkLauncher # was 751
25 cook_pick_docs README LICENSE
26 }
28 genpkg_rules() {
29 copy @std
30 DEPENDS="tcl tk libtkimg"
31 SUGGESTED="amiwm"
32 CONFIG_FILES="/usr/share/tklauncher/tklauncherrc"
33 TAGS="amiwm AmiDock Amiga"
34 }