wok-next view icewm/receipt @ rev 21715

Up cookutils (1146)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jul 28 07:53:22 2020 +0000 (2020-07-28)
parents d5aab818505e
children
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="https://github.com/bbidulock/icewm"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="https://github.com/bbidulock/icewm/releases/download/$VERSION/$TARBALL"
14 BUILD_DEPENDS="mkfontdir gettext-dev fontconfig-dev libxext-dev \
15 libx11-dev libice-dev libsm-dev libxrandr-dev \
16 libxft-dev alsa-lib-dev libsndfile-dev 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 || return 1
28 rm $install/usr/share/xsessions/icewm.desktop
29 }
31 genpkg_rules() {
32 copy @std
33 TAGS="window-manager"
34 DEPENDS="alsa-lib flac fribidi gdk-pixbuf libsndfile libvorbis libsm \
35 libxft libxinerama libxrandr"
36 }