wok annotate xorg-xcompmgr/receipt @ rev 14713

Add python-ethtool
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 11 09:04:58 2013 +0200 (2013-06-11)
parents 0e9cd8e70009
children eb8067417980
rev   line source
pankso@359 1 # SliTaz package receipt.
pankso@359 2
pankso@359 3 PACKAGE="xorg-xcompmgr"
pankso@12521 4 VERSION="1.1.6"
pankso@359 5 CATEGORY="x-window"
pankso@359 6 SHORT_DESC="X composite manager."
pankso@359 7 MAINTAINER="pankso@slitaz.org"
pankso@359 8 SOURCE="xcompmgr"
gokhlayeh@6993 9 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@359 10 WEB_SITE="http://www.x.org/"
pankso@12521 11 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@359 12
pankso@12521 13 DEPENDS="xorg-libX11 xorg-libXdamage xorg-libXcomposite xorg-libXrender \
pankso@12521 14 xorg-libXfixes xorg-libXext xorg-libXau xorg-libXdmcp libxcb"
pankso@12521 15 BUILD_DEPENDS="xorg-libX11-dev xorg-libXdamage-dev xorg-libXcomposite-dev \
pankso@12521 16 xorg-libXrender-dev xorg-libXfixes-dev xorg-libXext-dev xorg-libXau-dev \
pankso@12521 17 xorg-libXdmcp-dev libxcb-dev"
pankso@12465 18
pankso@359 19 # Rules to configure and make the package.
pankso@359 20 compile_rules()
pankso@359 21 {
pankso@12465 22 cd $src
pankso@12465 23 ./configure \
pankso@12465 24 $CONFIGURE_ARGS &&
pankso@12465 25 make && make install
pankso@359 26 }
pankso@359 27
pankso@359 28 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@359 29 genpkg_rules()
pankso@359 30 {
pankso@12465 31 mkdir -p $fs/usr $fs/etc/xdg
pankso@12465 32 cp -r $install/usr/bin $fs/usr
pankso@12465 33 cp -r $stuff/autostart $fs/etc/xdg
pankso@359 34 }