wok-next diff xorg-xkbevd/receipt @ rev 19988

Add qt5 - now it's look good enough
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Oct 20 03:29:40 2017 +0300 (2017-10-20)
parents f463de72afe3
children 0e7893ac206d
line diff
     1.1 --- a/xorg-xkbevd/receipt	Sun Jun 18 04:38:10 2017 +0300
     1.2 +++ b/xorg-xkbevd/receipt	Fri Oct 20 03:29:40 2017 +0300
     1.3 @@ -1,4 +1,4 @@
     1.4 -# SliTaz package receipt.
     1.5 +# SliTaz package receipt v2.
     1.6  
     1.7  PACKAGE="xorg-xkbevd"
     1.8  VERSION="1.1.4"
     1.9 @@ -11,17 +11,23 @@
    1.10  TARBALL="xkbevd-$VERSION.tar.bz2"
    1.11  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.12  
    1.13 -DEPENDS="xorg-libX11 xorg-libxkbfile"
    1.14  BUILD_DEPENDS="xorg-util-macros xorg-libxkbfile-dev xorg-libX11-dev"
    1.15 +PKG_RULE="std"
    1.16  
    1.17  # Rules to configure and make the package.
    1.18  compile_rules()
    1.19  {
    1.20 -	./configure $CONFIGURE_ARGS && make && make install
    1.21 +	./configure \
    1.22 +		--sysconfdir=/etc \
    1.23 +		--localstatedir=/var \
    1.24 +		$CONFIGURE_ARGS &&
    1.25 +	make &&
    1.26 +	make install
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	copy bin/
    1.33 +	copy @std
    1.34 +	DEPENDS="xorg-libX11 xorg-libxkbfile"
    1.35  }