wok annotate xorg-xinput/receipt @ rev 15579

Remove cromfs-or-squashfs; add some licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 30 10:06:29 2013 +0000 (2013-11-30)
parents fae364445e65
children 9c7363f54032
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"
pankso@3019 11 WEB_SITE="http://www.x.org/"
pankso@3019 12 WGET_URL="$XORG_MIRROR/app/$TARBALL"
pankso@3019 13
pankso@12521 14 DEPENDS="xorg-libXi"
pankso@12521 15 BUILD_DEPENDS="xorg-libXi-dev"
pankso@12521 16
pankso@3019 17 # Rules to configure and make the package.
pankso@3019 18 compile_rules()
pankso@3019 19 {
pankso@3019 20 cd $src
pankso@12521 21 ./configure \
pankso@12521 22 --mandir=/usr/share/man \
pankso@12521 23 $CONFIGURE_ARGS &&
pankso@12521 24 make && make install
pankso@3019 25 }
pankso@3019 26
pankso@3019 27 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@3019 28 genpkg_rules()
pankso@3019 29 {
pankso@3019 30 mkdir -p $fs/usr
pankso@12521 31 cp -a $install/usr/bin $fs/usr
pankso@3019 32 }