wok diff xorg-xkbutils/receipt @ rev 20173

linux: enable CPU microcode loading support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jan 23 23:11:42 2018 +0100 (2018-01-23)
parents b6ecdb3b6779
children 814c58f64f83
line diff
     1.1 --- a/xorg-xkbutils/receipt	Mon Oct 15 11:22:51 2012 +0000
     1.2 +++ b/xorg-xkbutils/receipt	Tue Jan 23 23:11:42 2018 +0100
     1.3 @@ -5,13 +5,15 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Xorg keyboard utility."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="xorg-libXaw xorg-xkeyboard-config"
     1.8 -BUILD_DEPENDS="xorg-libxkbfile-dev xorg-libXaw-dev"
     1.9 +LICENSE="MIT"
    1.10  SOURCE="xkbutils"
    1.11  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.12  WEB_SITE="http://www.x.org/"
    1.13  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.14  
    1.15 +DEPENDS="xorg-libXaw xorg-xkeyboard-config"
    1.16 +BUILD_DEPENDS="xorg-libxkbfile-dev xorg-libXaw-dev"
    1.17 +
    1.18  # Rules to configure and make the package.
    1.19  compile_rules()
    1.20  {
    1.21 @@ -20,12 +22,12 @@
    1.22      --mandir=/usr/share/man --localstatedir=/var \
    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
    1.33 -    cp -a $_pkg/usr/bin $fs/usr
    1.34 +	cp -a $install/usr/bin $fs/usr
    1.35  }