wok-next view xf86-input-fpit/receipt @ rev 21247

updated cyrus-imapd (2.4.17 -> 3.0.12)
author Hans-G?nter Theisgen
date Thu Dec 05 16:28:27 2019 +0100 (2019-12-05)
parents
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xf86-input-fpit"
4 VERSION="1.4.0" # 2011-06-27
5 CATEGORY="x-window"
6 SHORT_DESC="Xorg input driver for Fujitsu Stylistic Tablet PCs"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="MIT"
9 WEB_SITE="https://www.x.org/wiki/"
10 REPOLOGY="xdrv:fpit"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
14 TARBALL_SHA1="9305d30ae22d37c6b5bb975adc8ecda9b1d6c5e6"
16 BUILD_DEPENDS="util-macros 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-fpit"