wok view xorg-xcompmgr/receipt @ rev 996

Receipt for heirloom mailx
author Pierre-Jean Fichet <sygne@ombres.eu>
date Sun Jul 06 16:43:13 2008 +0200 (2008-07-06)
parents
children 413b0174114a
line source
1 # SliTaz package receipt.
3 PACKAGE="xorg-xcompmgr"
4 VERSION="1.1.4"
5 CATEGORY="x-window"
6 SHORT_DESC="X composite manager."
7 MAINTAINER="pankso@slitaz.org"
8 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libX11"
9 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libX11-dev"
10 SOURCE="xcompmgr"
11 TARBALL="$SOURCE-$VERSION.tar.gz"
12 WEB_SITE="http://www.x.org/"
13 WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure --prefix=/usr --sysconfdir=/etc \
20 --mandir=/usr/share/man --localstatedir=/var \
21 $CONFIGURE_ARGS
22 make
23 make DESTDIR=$PWD/_pkg install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr
30 cp -a $_pkg/usr/bin $fs/usr
31 }