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

Up: truecrypt to 7.1a.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Jan 27 07:30:42 2014 +0000 (2014-01-27)
parents 00940cce5b20
children 7bae09de1061
line diff
     1.1 --- a/xorg-xkeyboard-config/receipt	Mon Apr 11 23:11:08 2011 +0000
     1.2 +++ b/xorg-xkeyboard-config/receipt	Mon Jan 27 07:30:42 2014 +0000
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xorg server keyboard definition files."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-xkbcomp"
     1.8 -BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp xorg-xproto xorg-libX11-dev intltool"
     1.9 +LICENSE="MIT"
    1.10  SOURCE="xkeyboard-config"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://www.x.org/"
    1.13  WGET_URL="http://xorg.freedesktop.org/releases/individual/data/$SOURCE/$TARBALL"
    1.14  
    1.15 +DEPENDS="xorg-xkbcomp"
    1.16 +BUILD_DEPENDS="perl-xml-parser xorg-xkbcomp xorg-xproto xorg-libX11-dev intltool"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -25,13 +27,13 @@
    1.22      	--with-xkb-rules-symlink=xorg \
    1.23      	$CONFIGURE_ARGS &&
    1.24      make &&
    1.25 -    make DESTDIR=$PWD/_pkg install
    1.26 +    make DESTDIR=$DESTDIR install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32  	mkdir -p $fs/usr/share
    1.33 -    cp -a $_pkg/usr/share/X11 $fs/usr/share
    1.34 +	cp -a $install/usr/share/X11 $fs/usr/share
    1.35  }
    1.36