wok-next annotate icewm/receipt @ rev 20241

xplanet: use patches
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Nov 06 22:53:21 2017 +0200 (2017-11-06)
parents bfc47a018aaa
children 757d032c55c7
rev   line source
al@19793 1 # SliTaz package receipt v2.
slaxemulator@7182 2
slaxemulator@7182 3 PACKAGE="icewm"
al@19793 4 VERSION="1.3.12"
slaxemulator@7182 5 CATEGORY="x-window"
slaxemulator@7182 6 SHORT_DESC="Ice Window Manager with Themes"
slaxemulator@7182 7 MAINTAINER="devl547@gmail.com"
pascal@15319 8 LICENSE="GPL2"
slaxemulator@7182 9 WEB_SITE="http://www.icewm.org/"
pascal@15319 10
al@19793 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@19793 12 WGET_URL="https://github.com/bbidulock/icewm/releases/download/$VERSION/$TARBALL"
al@19793 13
al@19793 14 BUILD_DEPENDS="xorg-mkfontdir gettext fontconfig-dev xorg-libXext-dev \
al@19793 15 xorg-libX11-dev xorg-libICE-dev xorg-libSM-dev xorg-libXrandr-dev \
al@19793 16 xorg-libXft-dev alsa-lib-dev libsndfile-dev xorg-libXinerama-dev fribidi-dev \
pascal@19795 17 gdk-pixbuf-dev flac-dev"
slaxemulator@7182 18
slaxemulator@7182 19 # Rules to configure and make the package.
slaxemulator@7182 20 compile_rules()
slaxemulator@7182 21 {
al@19793 22 ./configure \
al@19793 23 --sysconfdir=/etc \
al@19793 24 --docdir=/usr/share/doc/icewm-$VERSION \
al@19793 25 --enable-guievents --with-icesound=ALSA \
al@19793 26 $CONFIGURE_ARGS &&
al@19793 27 make && make install &&
al@19793 28 rm $install/usr/share/xsessions/icewm.desktop
slaxemulator@7182 29 }
slaxemulator@7182 30
slaxemulator@7182 31 # Rules to gen a SliTaz package suitable for Tazpkg.
slaxemulator@7182 32 genpkg_rules()
slaxemulator@7182 33 {
al@19793 34 copy @std
al@19793 35 TAGS="window-manager"
al@19793 36 DEPENDS="alsa-lib flac fribidi gdk-pixbuf libsndfile libvorbis xorg-libSM \
al@19793 37 xorg-libXft xorg-libXinerama xorg-libXrandr"
slaxemulator@7182 38 }