wok view input-utils/receipt @ rev 22506

updated asterisk-sound-fr (1.4.16 -> 1.6.1)
author Hans-G?nter Theisgen
date Wed Jan 01 13:38:34 2020 +0100 (2020-01-01)
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 }