wok diff xorg-xkeyboard-config/receipt @ rev 87

Xorg proto + all new libs
author Christophe Lincoln <pankso@slitaz.org>
date Wed Jan 02 22:24:15 2008 +0100 (2008-01-02)
parents
children a4effd754024
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/xorg-xkeyboard-config/receipt	Wed Jan 02 22:24:15 2008 +0100
     1.3 @@ -0,0 +1,35 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="xorg-xkeyboard-config"
     1.7 +VERSION="0.9"
     1.8 +CATEGORY="x-window"
     1.9 +SHORT_DESC="Xorg server keyboard library."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +DEPENDS="xorg"
    1.12 +SOURCE="xkeyboard-config"
    1.13 +TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.14 +WEB_SITE="http://www.x.org/"
    1.15 +WGET_URL="http://xlibs.freedesktop.org/xkbdesc/$TARBALL"
    1.16 +
    1.17 +# Rules to configure and make the package.
    1.18 +compile_rules()
    1.19 +{
    1.20 +	cd $src
    1.21 +    ./configure \
    1.22 +    	--prefix=/usr\
    1.23 +    	--sysconfdir=/etc \
    1.24 +    	--mandir=/usr/share/man \
    1.25 +    	--localstatedir=/var \
    1.26 +    	--with-xkb-base=/usr/share/X11/xkb \
    1.27 +    	--with-xkb-rules-symlink=xorg \
    1.28 +    	$CONFIGURE_ARGS
    1.29 +    make
    1.30 +    make DESTDIR=$PWD/_pkg install
    1.31 +}
    1.32 +
    1.33 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.34 +genpkg_rules()
    1.35 +{
    1.36 +    cp -a $_pkg/* $fs
    1.37 +}
    1.38 +