wok view linuxconsoletools/receipt @ rev 14394

imagemagick: update WGET_URL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 23 13:48:09 2013 +0200 (2013-04-23)
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 }