wok view xorg-xcompmgr/receipt @ rev 6200

Up: libsigc++, libsigc++-dev to 2.2.8.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Sep 11 00:33:11 2010 +0000 (2010-09-11)
parents 63336924cada
children 07ae722ec64e
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 xorg-libXrender \
9 xorg-libXext"
10 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libX11-dev"
11 SOURCE="xcompmgr"
12 TARBALL="$SOURCE-$VERSION.tar.gz"
13 WEB_SITE="http://www.x.org/"
14 WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
16 # Rules to configure and make the package.
17 compile_rules()
18 {
19 cd $src
20 ./configure --prefix=/usr --sysconfdir=/etc \
21 --mandir=/usr/share/man --localstatedir=/var \
22 $CONFIGURE_ARGS &&
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 }