wok view icewm/receipt @ rev 8033

Fixed typo in one of xorg-xcompmgr build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Jan 20 01:26:55 2011 +0000 (2011-01-20)
parents
children a0ef91b8d352
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 xorg-libXft-dev xorg-libSM-dev \
13 xorg-libICE-dev xorg-libXrandr-dev imlib-dev freetype-dev giflib-dev \
14 xorg-xproto xorg-xextproto xorg-randrproto fontconfig-dev gettext \
15 gdk-pixbuf-dev pkg-config"
16 DEPENDS="xorg-libX11 xorg-libXrandr xorg-libXext xorg-libXpm \
17 xorg-libXrender xorg-libXft xorg-libSM xorg-libICE imlib freetype \
18 gdk-pixbuf giflib gettext"
20 # Rules to configure and make the package.
21 compile_rules()
22 {
23 cd $src
24 ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/icewm \
25 --localstatedir=/var --mandir=/usr/share/man --disable-i18n &&
26 make &&
27 make DESTDIR=$PWD/_pkg install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr/
34 cp -a $_pkg/usr/bin $fs/usr
35 cp -a $_pkg/usr/share $fs/usr
36 }