wok annotate xorg-setxkbmap/receipt @ rev 23897
Down busybox (1.31.1) : 1.32 breaks boot display and ${COOKOPTS/!someopt/} in cookutils
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jul 28 06:08:41 2020 +0000 (2020-07-28) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pascal@1613 | 1 # SliTaz package receipt. |
pascal@1613 | 2 |
pascal@1613 | 3 PACKAGE="xorg-setxkbmap" |
Hans-G?nter@22244 | 4 VERSION="1.3.2" |
pascal@1613 | 5 CATEGORY="x-window" |
pascal@1613 | 6 SHORT_DESC="Set the keyboard using the X Keyboard Extension." |
pascal@1613 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22244 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22244 | 10 |
pascal@1613 | 11 SOURCE="setxkbmap" |
gokhlayeh@6993 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@1613 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pascal@1613 | 14 |
pankso@12521 | 15 DEPENDS="xorg-xkeyboard-config" |
pankso@12521 | 16 |
Hans-G?nter@22244 | 17 HOST_ARCH="i486 arm" |
Hans-G?nter@22244 | 18 |
pascal@1613 | 19 # Rules to configure and make the package. |
pascal@1613 | 20 compile_rules() |
pascal@1613 | 21 { |
Hans-G?nter@22244 | 22 ./configure \ |
Hans-G?nter@22244 | 23 --sysconfdir=/etc \ |
Hans-G?nter@22244 | 24 --mandir=/usr/share/man \ |
Hans-G?nter@22244 | 25 --localstatedir=/var \ |
pankso@12521 | 26 $CONFIGURE_ARGS && |
Hans-G?nter@22244 | 27 make && |
Hans-G?nter@22244 | 28 make install |
pascal@1613 | 29 } |
pascal@1613 | 30 |
pascal@1613 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1613 | 32 genpkg_rules() |
pascal@1613 | 33 { |
pankso@12521 | 34 mkdir -p $fs/usr |
pankso@12521 | 35 cp -a $install/usr/bin $fs/usr |
pascal@1613 | 36 } |