wok-next view xf86-input-acecad/receipt @ rev 21726

updated firefox-official (77.0 -> 81.0)
author Hans-G?nter Theisgen
date Sun Sep 27 14:34:31 2020 +0100 (2020-09-27)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-acecad"
4 VERSION="1.5.0" # 2011-05-04
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg input driver for Acecad Flair devices"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="xdrv:acecad"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="410cee68e4435dc95774fb389fcefae1b2ffe3d1"
16 BUILD_DEPENDS="util-macros xorg-server-dev sysfsutils-dev"
17 DEPENDS="sysfsutils 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-acecad"