# HG changeset patch # User Hans-G?nter Theisgen # Date 1555861413 -3600 # Node ID 57751fccb26f84f7d377b37a8124416bc2056902 # Parent 8b1f357ff8b35da3fce763e1c95cc784a53d752a updated linuxconsoletools (1.4.5 -> 1.6.0) diff -r 8b1f357ff8b3 -r 57751fccb26f linuxconsoletools/receipt --- a/linuxconsoletools/receipt Sun Apr 21 17:37:32 2019 +0200 +++ b/linuxconsoletools/receipt Sun Apr 21 16:43:33 2019 +0100 @@ -1,13 +1,14 @@ # SliTaz package receipt. PACKAGE="linuxconsoletools" -VERSION="1.4.5" +VERSION="1.6.0" CATEGORY="system-tools" SHORT_DESC="Configure joysticks, or connect legacy input devices." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" +WEB_SITE="https://sourceforge.net/projects/linuxconsole/" + TARBALL="$PACKAGE-$VERSION.tar.bz2" -WEB_SITE="https://sourceforge.net/projects/linuxconsole/" WGET_URL="$SF_MIRROR/linuxconsole/$TARBALL" DEPENDS="libsdl" @@ -16,9 +17,8 @@ # Rules to configure and make the package. compile_rules() { - cd $src export PREFIX=/usr - make && + make -j 1 && make DESTDIR=$DESTDIR install } @@ -26,6 +26,7 @@ genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/bin $fs/usr - cp -a $install/usr/share/joystick $fs/usr/share + + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/share/joystick $fs/usr/share }