# HG changeset patch # User Hans-G?nter Theisgen # Date 1552481958 -3600 # Node ID f94b55b6f9d083f80f0f8c5d6217888116738a86 # Parent 505b1193ddc42de88e53b8fe90aaa97ba703b1af updated input-utils (20081014 -> 1.3) diff -r 505b1193ddc4 -r f94b55b6f9d0 input-utils/receipt --- a/input-utils/receipt Tue Mar 12 17:15:55 2019 +0100 +++ b/input-utils/receipt Wed Mar 13 13:59:18 2019 +0100 @@ -1,28 +1,30 @@ # SliTaz package receipt. PACKAGE="input-utils" -VERSION="20081014-101501" +VERSION="1.3" CATEGORY="system-tools" -SHORT_DESC="Small collection of linux input layer tools" +TAGS="kernel input utilities" +SHORT_DESC="Small collection of linux input layer tools." MAINTAINER="domcox@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://www.kraxel.org/blog/linux/input/" + SOURCE="input" TARBALL="$SOURCE-$VERSION.tar.gz" -WEB_SITE="http://dl.bytesex.org/cvs-snapshots/" -WGET_URL="http://dl.bytesex.org/cvs-snapshots/$TARBALL" -TAGS="kernel input utilities" +WGET_URL="https://www.kraxel.org/releases/$SOURCE/$TARBALL" DEPENDS="" # Rules to configure and make the package. compile_rules() { - cd $src - sed -i 's/input-recv lircd.conf/input-recv/' GNUmakefile - prefix="/usr" - CFLAGS="$CFLAGS -O3 -march=$ARCH" - export prefix CFLAGS - make && make DESTDIR=$DESTDIR install + patch --input $stuff/remove-target-lircd.conf.patch GNUmakefile + + export prefix="/usr" + export CFLAGS="$CFLAGS -O3 -march=$ARCH" + + make -j 1 && + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. @@ -31,4 +33,3 @@ mkdir -p $fs/usr cp -a $install/usr/bin $fs/usr } - diff -r 505b1193ddc4 -r f94b55b6f9d0 input-utils/stuff/remove-target-lircd.conf.patch --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/input-utils/stuff/remove-target-lircd.conf.patch Wed Mar 13 13:59:18 2019 +0100 @@ -0,0 +1,11 @@ +--- GNUmakefile.slitaz 2017-02-22 10:45:30.000000000 +0100 ++++ GNUmakefile 2019-03-13 13:44:54.492590684 +0100 +@@ -7,7 +7,7 @@ CFLAGS += -DVERSION='"$(VERSION)"' + + # build + TARGETS := input-events input-kbd input-send input-recv +-TARGETS += lsinput emulate-key lircd.conf ++TARGETS += lsinput input-recv + HEADERS := EV.h REL.h ABS.h MSC.h LED.h SND.h REP.h KEY.h BTN.h BUS.h SW.h + + # default target