wok view lxinput/receipt @ rev 21521

updated nbd (3.3 -> 3.19)
author Hans-G?nter Theisgen
date Fri May 03 17:04:45 2019 +0100 (2019-05-03)
parents 6e8b1bcb30e2
children ee53899c6189
line source
1 # SliTaz package receipt.
3 PACKAGE="lxinput"
4 VERSION="0.3.5"
5 CATEGORY="x-window"
6 TAGS="LXDE keyboard mouse"
7 SHORT_DESC="LXDE keyboard and mouse configuration."
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL3"
10 WEB_SITE="https://lxde.org"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 DEPENDS="gtk+ xorg-xset"
16 BUILD_DEPENDS="gtk+-dev"
17 GENERIC_MENUS="no"
19 HOST_ARCH="i486 arm"
21 # Rules to configure and make the package.
22 compile_rules()
23 {
24 ./configure \
25 $CONFIGURE_ARGS &&
26 make -j 1 &&
27 make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cp -a $install/* $fs
35 rm -r $fs/usr/share/locale
36 rm -r $fs/usr/share/man
37 rm -r $fs/usr/share/lxinput/*.png
39 sed -i 's|^Icon=.*$|Icon=preferences-desktop-keyboard|' \
40 $fs/usr/share/applications/lxinput.desktop
41 }