wok view linuxconsoletools/receipt @ rev 22889

updated gst-plugins-base-1.0, gst-plkugins-base-1.0-dev and gst-plugins-good-1.0 (1.10.1 -> 1.16.2)
author Hans-G?nter Theisgen
date Sun Feb 23 07:34:45 2020 +0100 (2020-02-23)
parents 86790a278e70
children 577b0f540d17
line source
1 # SliTaz package receipt.
3 PACKAGE="linuxconsoletools"
4 VERSION="1.6.0"
5 CATEGORY="system-tools"
6 SHORT_DESC="Configure joysticks, or connect legacy input devices."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://sourceforge.net/projects/linuxconsole/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="$SF_MIRROR/linuxconsole/$TARBALL"
14 DEPENDS="libsdl"
15 BUILD_DEPENDS="libsdl-dev"
17 # Rules to configure and make the package.
18 compile_rules()
19 {
20 export PREFIX=/usr
21 make -j 1 &&
22 make DESTDIR=$DESTDIR install
23 }
25 # Rules to gen a SliTaz package suitable for Tazpkg.
26 genpkg_rules()
27 {
28 mkdir -p $fs/usr/share
30 cp -a $install/usr/bin $fs/usr
31 cp -a $install/usr/share/joystick $fs/usr/share
32 }