wok-next view icewm/receipt @ rev 20845

Add neofetch, tcl2c-fork; build two versions of tklauncher (using tcl2c and tcl2c-fork) with different warnings
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 23 09:45:42 2018 +0300 (2018-06-23)
parents 757d032c55c7
children a3c581bf52b8
line source
1 # SliTaz package receipt v2.
3 PACKAGE="icewm"
4 VERSION="1.3.12"
5 CATEGORY="x-window"
6 SHORT_DESC="Ice Window Manager with Themes"
7 MAINTAINER="devl547@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.icewm.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://github.com/bbidulock/icewm/releases/download/$VERSION/$TARBALL"
14 BUILD_DEPENDS="xorg-mkfontdir gettext fontconfig-dev xorg-libXext-dev \
15 xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev xorg-libXrandr-dev \
16 xorg-libXft-dev alsa-lib-dev libsndfile-dev xorg-libXinerama-dev fribidi-dev \
17 gdk-pixbuf-dev flac-dev"
19 compile_rules() {
20 ./configure \
21 --enable-guievents \
22 --with-icesound=ALSA \
23 $CONFIGURE_ARGS &&
24 fix libtool &&
25 make &&
26 make install &&
27 rm $install/usr/share/xsessions/icewm.desktop
28 }
30 genpkg_rules() {
31 copy @std
32 TAGS="window-manager"
33 DEPENDS="alsa-lib flac fribidi gdk-pixbuf libsndfile libvorbis xorg-libSM \
34 xorg-libXft xorg-libXinerama xorg-libXrandr"
35 }