wok annotate xorg-xinput/receipt @ rev 20591
compiz-plugins-unsupported, gucharmap3: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Dec 15 21:00:34 2018 +0100 (2018-12-15) |
parents | 9c7363f54032 |
children | 79596f414e4d |
rev | line source |
---|---|
pankso@3019 | 1 # SliTaz package receipt. |
pankso@3019 | 2 |
pankso@3019 | 3 PACKAGE="xorg-xinput" |
pankso@12521 | 4 VERSION="1.5.4" |
pankso@3019 | 5 CATEGORY="x-window" |
pankso@3019 | 6 SHORT_DESC="X input utility (MPX support)." |
pankso@3019 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@15579 | 8 LICENSE="MIT" |
pankso@3019 | 9 SOURCE="xinput" |
gokhlayeh@6993 | 10 TARBALL="$SOURCE-$VERSION.tar.bz2" |
pascal@20423 | 11 WEB_SITE="https://www.x.org/" |
pankso@3019 | 12 WGET_URL="$XORG_MIRROR/app/$TARBALL" |
pankso@16129 | 13 HOST_ARCH="i486 arm" |
pankso@3019 | 14 |
pankso@12521 | 15 DEPENDS="xorg-libXi" |
pankso@12521 | 16 BUILD_DEPENDS="xorg-libXi-dev" |
pankso@12521 | 17 |
pankso@3019 | 18 # Rules to configure and make the package. |
pankso@3019 | 19 compile_rules() |
pankso@3019 | 20 { |
pankso@3019 | 21 cd $src |
pankso@12521 | 22 ./configure \ |
pankso@12521 | 23 --mandir=/usr/share/man \ |
pankso@12521 | 24 $CONFIGURE_ARGS && |
pankso@12521 | 25 make && make install |
pankso@3019 | 26 } |
pankso@3019 | 27 |
pankso@3019 | 28 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@3019 | 29 genpkg_rules() |
pankso@3019 | 30 { |
pankso@3019 | 31 mkdir -p $fs/usr |
pankso@12521 | 32 cp -a $install/usr/bin $fs/usr |
pankso@3019 | 33 } |