wok view lxinput/receipt @ rev 16994

mplayer-opt: delete gui
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Aug 10 01:59:37 2014 +0200 (2014-08-10)
parents 4434891fab1c
children c73f683146cf
line source
1 # SliTaz package receipt.
3 PACKAGE="lxinput"
4 VERSION="0.3.2"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE input manager (Keyboard and mouse settings)."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="http://lxde.org"
10 TARBALL="$PACKAGE-$VERSION.tar.gz"
11 WGET_URL="$SF_MIRROR/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${VERSION}/$TARBALL"
12 HOST_ARCH="i486 arm"
14 DEPENDS="gtk+"
15 BUILD_DEPENDS="gtk+-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 ./configure \
21 $CONFIGURE_ARGS &&
22 make && make install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
29 cp -a $install/usr/bin $fs/usr
30 cp -a $install/usr/share/$PACKAGE $fs/usr/share
31 rm -rf $fs/usr/share/$PACKAGE/*.png
32 }