wok-next view icewm/receipt @ rev 19793

Up giflib, imlib2, libsndfile, xorg-cf-files; switch icewm and magicpoint from imlib to imlib2; remove imlib - no one need it anymore.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 23 12:00:00 2017 +0300 (2017-06-23)
parents d2dc20032ed1
children a746bdb84b74
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"
19 # Rules to configure and make the package.
20 compile_rules()
21 {
22 ./configure \
23 --sysconfdir=/etc \
24 --docdir=/usr/share/doc/icewm-$VERSION \
25 --enable-guievents --with-icesound=ALSA \
26 $CONFIGURE_ARGS &&
27 make && make install &&
28 rm $install/usr/share/xsessions/icewm.desktop
29 }
31 # Rules to gen a SliTaz package suitable for Tazpkg.
32 genpkg_rules()
33 {
34 copy @std
35 TAGS="window-manager"
36 DEPENDS="alsa-lib flac fribidi gdk-pixbuf libsndfile libvorbis xorg-libSM \
37 xorg-libXft xorg-libXinerama xorg-libXrandr"
38 }