wok-next view xf86-input-mutouch/receipt @ rev 21723

busybox: update patches
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:44:52 2020 +0000 (2020-09-01)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-mutouch"
4 VERSION="1.3.0" # 2011-06-28
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg input driver for Microtouch devices"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="xdrv:mutouch"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="55702932f9ecef29bf9b096b9fdc45aa45614db5"
16 BUILD_DEPENDS="xorg-server-dev"
17 DEPENDS="xorg-server"
19 compile_rules() {
20 ./configure $CONFIGURE_ARGS &&
21 fix libtool &&
22 make &&
23 make install
24 }
26 TAGS="Xorg"
28 PROVIDE="xorg-xf86-input-mutouch"