wok-next annotate xkeyboard-config/receipt @ rev 21442
updated samba (4.6.14 -> 4.12.2)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 05 16:27:22 2020 +0100 (2020-05-05) |
parents | |
children |
rev | line source |
---|---|
al@21072 | 1 # SliTaz package receipt v2. |
al@21072 | 2 |
al@21072 | 3 PACKAGE="xkeyboard-config" |
al@21072 | 4 VERSION="2.25" |
al@21072 | 5 CATEGORY="x-window" |
al@21072 | 6 SHORT_DESC="Keyboard configuration database for the X Window System" |
al@21072 | 7 MAINTAINER="devel@slitaz.org" |
al@21072 | 8 LICENSE="MIT" |
al@21072 | 9 WEB_SITE="https://www.x.org/wiki/" |
al@21072 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/x/xkeyboard-config.html" |
al@21072 | 11 HOST_ARCH="any" |
al@21072 | 12 |
al@21072 | 13 TARBALL="$PACKAGE-$VERSION.tar.bz2" |
al@21072 | 14 WGET_URL="$XORG_MIRROR/data/$PACKAGE/$TARBALL" |
al@21072 | 15 TARBALL_SHA1="1a444ceca4a4f29718771cef74c7f009b8f18f57" |
al@21072 | 16 |
al@21072 | 17 BUILD_DEPENDS="libxslt xorgproto libx11-dev intltool" |
al@21072 | 18 SPLIT="$PACKAGE-dev" |
al@21072 | 19 |
al@21072 | 20 compile_rules() { |
al@21072 | 21 ./configure \ |
al@21072 | 22 --with-xkb-base=/usr/share/X11/xkb \ |
al@21072 | 23 --with-xkb-rules-symlink=xorg \ |
al@21072 | 24 $CONFIGURE_ARGS && |
al@21072 | 25 make && |
al@21072 | 26 make install |
al@21072 | 27 } |
al@21072 | 28 |
al@21072 | 29 TAGS="Xorg" |
al@21072 | 30 |
al@21072 | 31 PROVIDE="xorg-xkeyboard-config" |