wok view lxinput/receipt @ rev 18395

open-vm-tools: add missing dep linux-module-headers
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 01:56:55 2015 +0000 (2015-09-19)
parents c9e270dd464f
children 5e26ab6bd360
line source
1 # SliTaz package receipt.
3 PACKAGE="lxinput"
4 VERSION="0.3.4"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE keyboard and mouse configuration"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://lxde.org"
10 TARBALL="$PACKAGE-$VERSION.tar.xz"
11 WGET_URL="$SF_MIRROR/lxde/$TARBALL"
12 TAGS="LXDE keyboard mouse"
13 HOST_ARCH="i486 arm"
15 DEPENDS="gtk+ xorg-xset"
16 BUILD_DEPENDS="gtk+-dev"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 $CONFIGURE_ARGS &&
23 make && make install
24 }
26 # Rules to gen a SliTaz package suitable for Tazpkg.
27 genpkg_rules()
28 {
29 mkdir -p $fs/usr/share
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/$PACKAGE $fs/usr/share
32 rm -rf $fs/usr/share/$PACKAGE/*.png
33 }