wok-next view lxinput/receipt @ rev 21725

busybox: add overrides
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:18:16 2020 +0000 (2020-09-01)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="lxinput"
4 VERSION="0.3.5"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE keyboard and mouse configuration"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://lxde.org/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/lxinput.html"
12 TARBALL="$PACKAGE-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
15 BUILD_DEPENDS="intltool gtk2-dev"
17 compile_rules() {
18 sed -i 's|^Icon=.*$|Icon=preferences-desktop-keyboard|' \
19 data/lxinput.desktop.in
21 ./configure $CONFIGURE_ARGS &&
22 make &&
23 make install
24 }
26 genpkg_rules() {
27 # skip icons (found in the icon theme)
28 copy bin/ *.ui
29 DEPENDS="atk libcairo fontconfig freetype gdk-pixbuf glib gtk2 pango \
30 libx11 xset"
31 TAGS="LXDE keyboard mouse"
32 }