wok annotate xorg-xkbcomp/receipt @ rev 8020

up: xfce-utils (4.8.0)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jan 20 02:15:51 2011 +0100 (2011-01-20)
parents 4a7d15fc0443
children c514cc4854d8
rev   line source
pankso@451 1 # SliTaz package receipt.
pankso@451 2
pankso@451 3 PACKAGE="xorg-xkbcomp"
gokhlayeh@6993 4 VERSION="1.1.1"
pankso@451 5 CATEGORY="x-window"
pankso@451 6 SHORT_DESC="Xorg keyboard composite."
pankso@451 7 MAINTAINER="pankso@slitaz.org"
gokhlayeh@6849 8 DEPENDS="xorg xorg-libX11 xorg-libxkbfile"
pankso@452 9 SOURCE="xkbcomp"
gokhlayeh@6993 10 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@451 11 WEB_SITE="http://www.x.org/"
pankso@451 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@451 13
pankso@451 14 # Rules to configure and make the package.
pankso@451 15 compile_rules()
pankso@451 16 {
pankso@451 17 cd $src
pankso@451 18 ./configure --prefix=/usr --sysconfdir=/etc \
pankso@451 19 --mandir=/usr/share/man --localstatedir=/var \
pascal@2416 20 $CONFIGURE_ARGS &&
pascal@2416 21 make &&
pankso@451 22 make DESTDIR=$PWD/_pkg install
pankso@451 23 }
pankso@451 24
pankso@451 25 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@451 26 genpkg_rules()
pankso@451 27 {
pankso@451 28 mkdir -p $fs/usr
pankso@451 29 cp -a $_pkg/usr/bin $fs/usr
pankso@451 30 }
pankso@451 31