wok view lxinput/receipt @ rev 12521

Up: xorg-mkfontdir, xorg-setxkbmap, xorg-xauth, xorg-xclock, xorg-xcompmgr, xorg-xinput, xorg-xload + clean receipt
author Christophe Lincoln <pankso@slitaz.org>
date Wed Apr 25 00:15:23 2012 +0200 (2012-04-25)
parents
children 4434891fab1c
line source
1 # SliTaz package receipt.
3 PACKAGE="lxinput"
4 VERSION="0.3.1"
5 CATEGORY="x-window"
6 SHORT_DESC="LXDE input manager (Keyboard and mouse settings)."
7 MAINTAINER="pankso@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.gz"
9 WGET_URL="$SF_MIRROR/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${VERSION}/$TARBALL"
10 WEB_SITE="http://lxde.org"
12 DEPENDS="gtk+"
13 BUILD_DEPENDS="gtk+-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 ./configure \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 mkdir -p $fs/usr/share
28 cp -a $install/usr/bin $fs/usr
29 cp -a $install/usr/share/$PACKAGE $fs/usr/share
30 rm -rf $fs/usr/share/$PACKAGE/*.png
31 }