wok-next annotate xf86-input-elographics/receipt @ rev 21072

Update Xorg packages
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Dec 20 17:55:43 2018 +0200 (2018-12-20)
parents
children
rev   line source
al@21072 1 # SliTaz package receipt v2.
al@21072 2
al@21072 3 PACKAGE="xf86-input-elographics"
al@21072 4 VERSION="1.4.1" # 2012-08-20
al@21072 5 CATEGORY="x-window"
al@21072 6 SHORT_DESC="Xorg input driver for Elographics touchscreen devices"
al@21072 7 MAINTAINER="devel@slitaz.org"
al@21072 8 LICENSE="MIT"
al@21072 9 WEB_SITE="https://www.x.org/wiki/"
al@21072 10 REPOLOGY="xdrv:elographics"
al@21072 11
al@21072 12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
al@21072 13 WGET_URL="$XORG_MIRROR/driver/$TARBALL"
al@21072 14 TARBALL_SHA1="78455583a34ccd209edc1aba5538926df4faf47f"
al@21072 15
al@21072 16 BUILD_DEPENDS="xorg-server-dev xorgproto"
al@21072 17 DEPENDS="xorg-server"
al@21072 18
al@21072 19 compile_rules() {
al@21072 20 ./configure $CONFIGURE_ARGS &&
al@21072 21 fix libtool &&
al@21072 22 make &&
al@21072 23 make install
al@21072 24 }
al@21072 25
al@21072 26 TAGS="Xorg"
al@21072 27
al@21072 28 PROVIDE="xorg-xf86-input-elographics"