wok annotate lxinput/receipt @ rev 12885

gst-ffmpeg: tiny edit
author Dominique Corbex <domcox@slitaz.org>
date Sun May 27 21:43:02 2012 +0200 (2012-05-27)
parents
children 4434891fab1c
rev   line source
pankso@12461 1 # SliTaz package receipt.
pankso@12461 2
pankso@12461 3 PACKAGE="lxinput"
pankso@12461 4 VERSION="0.3.1"
pankso@12461 5 CATEGORY="x-window"
pankso@12461 6 SHORT_DESC="LXDE input manager (Keyboard and mouse settings)."
pankso@12461 7 MAINTAINER="pankso@slitaz.org"
pankso@12461 8 TARBALL="$PACKAGE-$VERSION.tar.gz"
pankso@12461 9 WGET_URL="$SF_MIRROR/lxde/LXInput%20%28Kbd%20and%20amp_%20mouse%20config%29/LXInput%20${VERSION}/$TARBALL"
pankso@12461 10 WEB_SITE="http://lxde.org"
pankso@12461 11
pankso@12461 12 DEPENDS="gtk+"
pankso@12461 13 BUILD_DEPENDS="gtk+-dev"
pankso@12461 14
pankso@12461 15 # Rules to configure and make the package.
pankso@12461 16 compile_rules()
pankso@12461 17 {
pankso@12461 18 cd $src
pankso@12461 19 ./configure \
pankso@12461 20 $CONFIGURE_ARGS &&
pankso@12461 21 make && make install
pankso@12461 22 }
pankso@12461 23
pankso@12461 24 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@12461 25 genpkg_rules()
pankso@12461 26 {
pankso@12461 27 mkdir -p $fs/usr/share
pankso@12461 28 cp -a $install/usr/bin $fs/usr
pankso@12461 29 cp -a $install/usr/share/$PACKAGE $fs/usr/share
pankso@12461 30 rm -rf $fs/usr/share/$PACKAGE/*.png
pankso@12461 31 }