wok-next view input-utils/receipt @ rev 21719

gtk3: added build dependency libxtst
author Hans-G?nter Theisgen
date Tue Aug 04 17:36:05 2020 +0100 (2020-08-04)
parents e1c0edabdcb2
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="input-utils"
4 VERSION="20081014-101501"
5 CATEGORY="system-tools"
6 SHORT_DESC="Small collection of linux input layer tools"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://dl.bytesex.org/cvs-snapshots/"
11 TARBALL="input-$VERSION.tar.gz"
12 WGET_URL="http://dl.bytesex.org/cvs-snapshots/$TARBALL"
14 compile_rules() {
15 sed -i 's/input-recv lircd.conf/input-recv/' GNUmakefile
16 prefix="/usr"
18 case $ARCH in
19 x86_64) CFLAGS="$CFLAGS -O3 -march=nocona";;
20 *) CFLAGS="$CFLAGS -O3 -march=$ARCH";;
21 esac
23 export prefix CFLAGS
24 make &&
25 make DESTDIR=$install install
26 }
28 genpkg_rules() {
29 copy @std
30 TAGS="kernel input utilities"
31 }