# HG changeset patch # User Pascal Bellard # Date 1432646228 -7200 # Node ID bc78fe1b4ae4f92ab61e448b816555c16b967dc2 # Parent 17b5d4e8e248e5c9afeec97f7d13648cd74d8401 Up dev86 (0.16.21) diff -r 17b5d4e8e248 -r bc78fe1b4ae4 dev86/receipt --- a/dev86/receipt Tue May 26 11:49:18 2015 +0200 +++ b/dev86/receipt Tue May 26 15:17:08 2015 +0200 @@ -1,26 +1,22 @@ # SliTaz package receipt. PACKAGE="dev86" -VERSION="0.16.18" +VERSION="0.16.21" CATEGORY="development" SHORT_DESC="Linux 8086 development environment." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -SOURCE="Dev86src" -TARBALL="$SOURCE-$VERSION.tar.gz" +TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.debath.co.uk/" -WGET_URL="${WEB_SITE}$PACKAGE/$TARBALL" +WGET_URL="https://github.com/lkundrak/dev86/archive/v$VERSION.tar.gz" TAGS="compiler C assembler 8086" +BUILD_DEPENDS="wget" + # Rules to configure and make the package. compile_rules() { - mv $PACKAGE-$VERSION $src 2> /dev/null - cd $src - sed -i '/rm ..\/include\/malloc.h/d' libc/malloc/Makefile* - # Be busybox compatible - sed -i 's/ | cat -v//' libcompat - echo q | make -j 1 PREFIX=/usr && + make -j 1 PREFIX=/usr && make -j 1 DIST=$DESTDIR install } @@ -36,9 +32,10 @@ # Pre and post install commands for Tazpkg. post_install() { - [ -z "$1" -a -f /proc/sys/fs/binfmt_misc/register ] && - cat > /proc/sys/fs/binfmt_misc/register < $register <