wok-next diff xorg-xkeyboard-config-dev/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents 6cf7c4365e6d
children f463de72afe3
line diff
     1.1 --- a/xorg-xkeyboard-config-dev/receipt	Sun Mar 30 19:59:41 2014 +0200
     1.2 +++ b/xorg-xkeyboard-config-dev/receipt	Tue Jun 06 17:37:54 2017 +0300
     1.3 @@ -1,19 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xkeyboard-config-dev"
     1.7 -VERSION="2.2.1"
     1.8 +VERSION="2.18"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Xorg server keyboard devel files."
    1.11 +SHORT_DESC="Keyboard configuration database for the X Window System (development files)"
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WEB_SITE="http://www.x.org/"
    1.15 +WEB_SITE="https://www.x.org/wiki/"
    1.16 +HOST_ARCH="i486 arm"
    1.17 +
    1.18  WANTED="xorg-xkeyboard-config"
    1.19 -HOST_ARCH="i486 arm"
    1.20 +DEPENDS="xorg-xkeyboard-config"
    1.21  
    1.22  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.23  genpkg_rules()
    1.24  {
    1.25 -	mkdir -p $fs/usr/share
    1.26 -	cp -a $install/usr/share/pkgconfig $fs/usr/share
    1.27 +	cook_copy_files *.pc
    1.28  }
    1.29 -