wok-undigest view icewm/receipt @ rev 176

rm fftw*: moved to wok
author Rohit Joshi <jozee@slitaz.org>
date Tue Oct 19 21:04:35 2010 -0400 (2010-10-19)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="icewm"
4 VERSION="1.3.7pre2"
5 CATEGORY="x-window"
6 SHORT_DESC="Ice Window Manager with Themes"
7 MAINTAINER="devl547@gmail.com"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WEB_SITE="http://www.icewm.org/"
10 WGET_URL="$SF_MIRROR/icewm/icewm-1.3/1.3.7pre2/$TARBALL"
11 BUILD_DEPENDS="xorg-libX11-dev xorg-libXrandr-dev xorg-libXext-dev \
12 xorg-libXpm-dev xorg-libXrender-dev xorg-libXft-dev xorg-libSM-dev \
13 xorg-libICE-dev imlib-dev freetype-dev giflib-dev xorg-xproto xorg-xextproto"
14 DEPENDS="xorg-libX11 xorg-libXrandr xorg-libXext xorg-libXpm \
15 xorg-libXrender xorg-libXft xorg-libSM xorg-libICE imlib freetype giflib"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 cd $src
21 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/icewm \
22 --localstatedir=/var --mandir=/usr/share/man &&
23 make &&
24 make DESTDIR=$PWD/_pkg install
25 }
27 # Rules to gen a SliTaz package suitable for Tazpkg.
28 genpkg_rules()
29 {
30 mkdir -p $fs/usr/
31 cp -a $_pkg/usr/bin $fs/usr
32 cp -a $_pkg/usr/share $fs/usr
33 }