wok-next view linuxconsoletools/receipt @ rev 21087

Updates...
Revert names: libsdl -> sdl, libsmpeg -> smpeg, libtdb -> tdb
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Dec 28 05:11:49 2018 +0200 (2018-12-28)
parents d5aab818505e
children
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 LICENSE="GPL2"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="https://sourceforge.net/projects/linuxconsole/"
11 WGET_URL="$SF_MIRROR/linuxconsole/$TARBALL"
13 BUILD_DEPENDS="sdl-dev"
15 compile_rules() {
16 export PREFIX=/usr
18 make &&
19 make DESTDIR=$install install
20 }
22 genpkg_rules() {
23 mkdir -p $fs/usr/share
24 cp -a $install/usr/bin $fs/usr
25 cp -a $install/usr/share/joystick $fs/usr/share
26 DEPENDS="sdl"
27 }