wok-next diff xorg-xkbcomp/receipt @ rev 19645

Remove mesa-dri-ati, mesa-dri-intel, mesa-dri-nouveau, mesa-dri-vmwgfx -> mesa-dri. Split llvm. Up/add xorg apps and some other stuff.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Feb 22 03:43:01 2017 +0200 (2017-02-22)
parents ab15b09c1a91
children f463de72afe3
line diff
     1.1 --- a/xorg-xkbcomp/receipt	Wed Mar 12 01:19:59 2014 +0100
     1.2 +++ b/xorg-xkbcomp/receipt	Wed Feb 22 03:43:01 2017 +0200
     1.3 @@ -1,34 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xkbcomp"
     1.7 -VERSION="1.2.3"
     1.8 +VERSION="1.3.1"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Xorg keyboard composite."
    1.11 +SHORT_DESC="XKB keymap compiler"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -SOURCE="xkbcomp"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://www.x.org/"
    1.17 -WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.18 +WEB_SITE="https://www.x.org/wiki/"
    1.19  HOST_ARCH="i486 arm"
    1.20  
    1.21 -DEPENDS="xorg-libxkbfile"
    1.22 -BUILD_DEPENDS="xorg-libxkbfile-dev"
    1.23 +TARBALL="xkbcomp-$VERSION.tar.bz2"
    1.24 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.25 +
    1.26 +DEPENDS="xorg-libX11 xorg-libxkbfile"
    1.27 +# xkbcomp.pc requires xorg-libX11-dev xorg-libxkbfile-dev xorg-xproto
    1.28 +BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-libxkbfile-dev xorg-xproto"
    1.29  
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 -	./configure \
    1.34 -		--sysconfdir=/etc \
    1.35 -		--localstatedir=/var \
    1.36 -		$CONFIGURE_ARGS &&
    1.37 -	make && make install
    1.38 +	./configure $CONFIGURE_ARGS && make && make install
    1.39  }
    1.40  
    1.41  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.42  genpkg_rules()
    1.43  {
    1.44 -	mkdir -p $fs/usr
    1.45 -	cp -a $install/usr/bin $fs/usr
    1.46 +	cook_copy_folders bin lib
    1.47  }
    1.48 -