wok view input-utils/receipt @ rev 22412
up xfce4 4.14.0/1 ; we've a mix of versions here 4.10/4.11... (requested in forum: http://forum.slitaz.org/topic/xfce-can-not-install )
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Dec 14 16:16:41 2019 +0000 (2019-12-14) |
parents | 408c87fa22ca |
children | af8d823a3077 |
line source
1 # SliTaz package receipt.
3 PACKAGE="input-utils"
4 VERSION="1.3"
5 CATEGORY="system-tools"
6 TAGS="kernel input utilities"
7 SHORT_DESC="Small collection of linux input layer tools."
8 MAINTAINER="domcox@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://www.kraxel.org/blog/linux/input/"
12 SOURCE="input"
13 TARBALL="$SOURCE-$VERSION.tar.gz"
14 WGET_URL="https://www.kraxel.org/releases/$SOURCE/$TARBALL"
16 DEPENDS=""
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 patch --input $stuff/remove-target-lircd.conf.patch GNUmakefile
23 export prefix="/usr"
24 export CFLAGS="$CFLAGS -O3 -march=$ARCH"
26 make -j 1 &&
27 make DESTDIR=$DESTDIR install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir -p $fs/usr
34 cp -a $install/usr/bin $fs/usr
35 }