wok annotate xorg-xkbutils/receipt @ rev 23572
updated python-unidecode (0.04.17 -> 1.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Apr 07 10:55:18 2020 +0100 (2020-04-07) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
rev | line source |
---|---|
pankso@3019 | 1 # SliTaz package receipt. |
pankso@3019 | 2 |
pankso@3019 | 3 PACKAGE="xorg-xkbutils" |
Hans-G?nter@22291 | 4 VERSION="1.0.4" |
pankso@3019 | 5 CATEGORY="x-window" |
pankso@3019 | 6 SHORT_DESC="Xorg keyboard utility." |
pankso@3019 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
Hans-G?nter@22291 | 9 WEB_SITE="https://www.x.org/wiki/" |
Hans-G?nter@22291 | 10 |
pankso@3019 | 11 SOURCE="xkbutils" |
gokhlayeh@6993 | 12 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pankso@3019 | 13 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pankso@3019 | 14 |
pascal@15579 | 15 DEPENDS="xorg-libXaw xorg-xkeyboard-config" |
Hans-G?nter@22291 | 16 BUILD_DEPENDS="xorg-libXaw-dev xorg-libxkbfile-dev" |
pascal@15579 | 17 |
pankso@3019 | 18 # Rules to configure and make the package. |
pankso@3019 | 19 compile_rules() |
pankso@3019 | 20 { |
Hans-G?nter@22291 | 21 ./configure \ |
Hans-G?nter@22291 | 22 --prefix=/usr \ |
Hans-G?nter@22291 | 23 --sysconfdir=/etc \ |
Hans-G?nter@22291 | 24 --mandir=/usr/share/man \ |
Hans-G?nter@22291 | 25 --localstatedir=/var \ |
Hans-G?nter@22291 | 26 $CONFIGURE_ARGS && |
Hans-G?nter@22291 | 27 make && |
Hans-G?nter@22291 | 28 make DESTDIR=$DESTDIR install |
pankso@3019 | 29 } |
pankso@3019 | 30 |
pankso@3019 | 31 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3019 | 32 genpkg_rules() |
pankso@3019 | 33 { |
pankso@3019 | 34 mkdir -p $fs/usr |
pascal@15579 | 35 cp -a $install/usr/bin $fs/usr |
pankso@3019 | 36 } |