wok annotate xorg-xcompmgr/receipt @ rev 8703

add:: ndoutils
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Feb 17 23:12:37 2011 +0100 (2011-02-17)
parents c514cc4854d8
children 0e9cd8e70009
rev   line source
pankso@359 1 # SliTaz package receipt.
pankso@359 2
pankso@359 3 PACKAGE="xorg-xcompmgr"
pankso@359 4 VERSION="1.1.4"
pankso@359 5 CATEGORY="x-window"
pankso@359 6 SHORT_DESC="X composite manager."
pankso@359 7 MAINTAINER="pankso@slitaz.org"
slaxemulator@8029 8 DEPENDS="xorg-libXdamage xorg-libXcomposite xorg-libXrender"
slaxemulator@8033 9 BUILD_DEPENDS="xorg-libXdamage-dev xorg-libXcomposite-dev xorg-libXrender-dev"
pankso@359 10 SOURCE="xcompmgr"
gokhlayeh@6993 11 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@359 12 WEB_SITE="http://www.x.org/"
pankso@359 13 WGET_URL="http://xorg.freedesktop.org/archive/individual/app/$TARBALL"
pankso@359 14
pankso@359 15 # Rules to configure and make the package.
pankso@359 16 compile_rules()
pankso@359 17 {
pankso@359 18 cd $src
pankso@359 19 ./configure --prefix=/usr --sysconfdir=/etc \
pankso@359 20 --mandir=/usr/share/man --localstatedir=/var \
pascal@5008 21 $CONFIGURE_ARGS &&
pascal@5008 22 make &&
pankso@359 23 make DESTDIR=$PWD/_pkg install
pankso@359 24 }
pankso@359 25
pankso@359 26 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@359 27 genpkg_rules()
pankso@359 28 {
pankso@359 29 mkdir -p $fs/usr
pankso@359 30 cp -a $_pkg/usr/bin $fs/usr
pankso@359 31 }