wok view linuxconsoletools/receipt @ rev 14189

conky: up 1.9.0
author Samuel Trassare <samuel_trassare@yahoo.com>
date Tue Mar 12 14:21:32 2013 -0700 (2013-03-12)
parents
children ad59999b3fce
line source
1 # SliTaz package receipt.
3 PACKAGE="linuxconsoletools"
4 VERSION="1.4.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Configure joysticks, or connect legacy input devices."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 TARBALL="$PACKAGE-$VERSION.tar.bz2"
9 WEB_SITE="http://sourceforge.net/projects/linuxconsole/"
10 WGET_URL="$SF_MIRROR/linuxconsole/$TARBALL"
12 DEPENDS="libsdl"
13 BUILD_DEPENDS="libsdl-dev"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 cd $src
19 export PREFIX=/usr
20 make &&
21 make DESTDIR=$DESTDIR 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/joystick $fs/usr/share
30 }