# HG changeset patch # User Eric Joseph-Alexandre # Date 1242828780 -7200 # Node ID 2a1d27b84c1a9a0fb9040ce7936b33bb91371e8b # Parent 3a1e39f94f3217d9693f93de12377df9b3446eb6 Remove bin86. Already exist in dev86 diff -r 3a1e39f94f32 -r 2a1d27b84c1a bin86/receipt --- a/bin86/receipt Wed May 20 11:38:24 2009 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,32 +0,0 @@ -# SliTaz package receipt. - -PACKAGE="bin86" -VERSION="0.16.17" -CATEGORY="development" -SHORT_DESC="80x86 assembler and linker" -MAINTAINER="erjo@slitaz.org" -DEPENDS="" -BUILD_DEPENDS="slitaz-toolchain" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="http://www.debath.co.uk/dev86/" -WGET_URL="http://www.debath.co.uk/dev86/$TARBALL" - -# Rules to configure and make the package. -compile_rules() -{ - cd $src - make -} - -# Rules to gen a SliTaz package suitable for Tazpkg. -genpkg_rules() -{ - mkdir -p $fs/usr/bin - cp -a $src/as/as86 $fs/usr/bin - cp -a $src/ld/ld86 $fs/usr/bin - cp -a $src/ld/objdump86 $fs/usr/bin - cd $fs/usr/bin - ln -sf objdump86 nm86 - ln -sf objdump86 size86 -} - diff -r 3a1e39f94f32 -r 2a1d27b84c1a coreutils/receipt --- a/coreutils/receipt Wed May 20 11:38:24 2009 +0200 +++ b/coreutils/receipt Wed May 20 16:13:00 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="coreutils" -VERSION="7.1" +VERSION="7.4" CATEGORY="system-tools" SHORT_DESC="Utilities for using and setting the basic system." MAINTAINER="pankso@slitaz.org"