# HG changeset patch # User Pascal Bellard # Date 1385155348 0 # Node ID 80c2116a3ab32cf1692ddaae2223833c82dc1431 # Parent 2ecc1cd5a9a470df2d971edc81b24cebeec3958b aria2: update deps diff -r 2ecc1cd5a9a4 -r 80c2116a3ab3 aria2/receipt --- a/aria2/receipt Thu Nov 21 20:08:27 2013 +0000 +++ b/aria2/receipt Fri Nov 22 21:22:28 2013 +0000 @@ -10,7 +10,7 @@ WEB_SITE="http://aria2.sourceforge.net/" WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" -DEPENDS="zlib libxml2 gnutls" +DEPENDS="zlib libxml2 gnutls libgcrypt" BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config gmp-dev \ nettle-dev" diff -r 2ecc1cd5a9a4 -r 80c2116a3ab3 busybox-boot/receipt --- a/busybox-boot/receipt Thu Nov 21 20:08:27 2013 +0000 +++ b/busybox-boot/receipt Fri Nov 22 21:22:28 2013 +0000 @@ -6,11 +6,12 @@ SHORT_DESC="Many common UNIX utilities for core-5in1/boot flavor." MAINTAINER="pascal.bellard@slitaz.org" LICENSE="GPL2" -DEPENDS="linux syslinux" WANTED="busybox" WEB_SITE="http://www.busybox.net/" CONFIG_FILES="" +DEPENDS="linux syslinux" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { @@ -64,8 +65,12 @@ loop 7 0 hda 3 0 hdb 3 64 +hdc 22 0 +hdd 22 64 sda 8 0 sdb 8 16 +sdc 8 32 +sdd 8 48 EOM arg() @@ -89,11 +94,13 @@ [ -d /proc/bus/usb ] && mount -t usbfs usbfs /proc/bus/usb while read type dir ; do - grep -qs \$type /proc/filesystems && - mkdir \$dir && mount -t \$type none \$dir + grep -qs \$type /proc/filesystems || continue + mkdir \$dir + mount -t \$type none \$dir done </dev/null)