wok-next annotate xorg-xf86-input-mutouch/receipt @ rev 19845

Up cookutils, lxpanel, slim, tazlito.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Aug 26 12:10:59 2017 +0300 (2017-08-26)
parents 9d996cff90a4
children 757d032c55c7
rev   line source
al@19805 1 # SliTaz package receipt v2.
pascal@4848 2
pascal@4848 3 PACKAGE="xorg-xf86-input-mutouch"
pascal@15728 4 VERSION="1.3.0"
pascal@4848 5 CATEGORY="x-window"
al@19805 6 SHORT_DESC="Xorg input driver for Microtouch devices"
pascal@4848 7 MAINTAINER="pankso@slitaz.org"
pascal@15579 8 LICENSE="MIT"
al@19805 9 WEB_SITE="https://www.x.org/wiki/"
al@19805 10
al@19805 11 TARBALL="xf86-input-mutouch-$VERSION.tar.bz2"
pascal@4848 12 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
pascal@4848 13
pascal@15579 14 BUILD_DEPENDS="xorg-server-dev"
al@19805 15 SPLIT="xorg-xf86-input-mutouch-dev"
al@19805 16 PKG_RULE="std-dev"
pascal@15579 17
pascal@4848 18 # Rules to configure and make the package.
pascal@4848 19 compile_rules()
pascal@4848 20 {
al@19805 21 ./configure \
al@19805 22 --sysconfdir=/etc \
al@19805 23 --localstatedir=/var \
al@19805 24 $CONFIGURE_ARGS &&
al@19805 25 make &&
al@19805 26 make install
pascal@4848 27 }
pascal@4848 28
pascal@4848 29 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@4848 30 genpkg_rules()
pascal@4848 31 {
al@19805 32 case $PACKAGE in
al@19805 33 *-mutouch)
al@19805 34 copy @std
al@19805 35 DEPENDS="xorg-server"
al@19805 36 ;;
al@19805 37 *-dev)
al@19805 38 copy @dev
al@19805 39 DEPENDS="xorg-xf86-input-mutouch xorg-server-dev"
al@19805 40 ;;
al@19805 41 esac
pascal@4848 42 }