wok-6.x rev 15531
aria2: update deps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Nov 22 21:22:28 2013 +0000 (2013-11-22) |
parents | 2ecc1cd5a9a4 |
children | e1886e11073d |
files | aria2/receipt busybox-boot/receipt |
line diff
1.1 --- a/aria2/receipt Thu Nov 21 20:08:27 2013 +0000 1.2 +++ b/aria2/receipt Fri Nov 22 21:22:28 2013 +0000 1.3 @@ -10,7 +10,7 @@ 1.4 WEB_SITE="http://aria2.sourceforge.net/" 1.5 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.6 1.7 -DEPENDS="zlib libxml2 gnutls" 1.8 +DEPENDS="zlib libxml2 gnutls libgcrypt" 1.9 BUILD_DEPENDS="zlib-dev gettext libxml2-dev gnutls-dev pkg-config gmp-dev \ 1.10 nettle-dev" 1.11
2.1 --- a/busybox-boot/receipt Thu Nov 21 20:08:27 2013 +0000 2.2 +++ b/busybox-boot/receipt Fri Nov 22 21:22:28 2013 +0000 2.3 @@ -6,11 +6,12 @@ 2.4 SHORT_DESC="Many common UNIX utilities for core-5in1/boot flavor." 2.5 MAINTAINER="pascal.bellard@slitaz.org" 2.6 LICENSE="GPL2" 2.7 -DEPENDS="linux syslinux" 2.8 WANTED="busybox" 2.9 WEB_SITE="http://www.busybox.net/" 2.10 CONFIG_FILES="" 2.11 2.12 +DEPENDS="linux syslinux" 2.13 + 2.14 # Rules to gen a SliTaz package suitable for Tazpkg. 2.15 genpkg_rules() 2.16 { 2.17 @@ -64,8 +65,12 @@ 2.18 loop 7 0 2.19 hda 3 0 2.20 hdb 3 64 2.21 +hdc 22 0 2.22 +hdd 22 64 2.23 sda 8 0 2.24 sdb 8 16 2.25 +sdc 8 32 2.26 +sdd 8 48 2.27 EOM 2.28 2.29 arg() 2.30 @@ -89,11 +94,13 @@ 2.31 2.32 [ -d /proc/bus/usb ] && mount -t usbfs usbfs /proc/bus/usb 2.33 while read type dir ; do 2.34 - grep -qs \$type /proc/filesystems && 2.35 - mkdir \$dir && mount -t \$type none \$dir 2.36 + grep -qs \$type /proc/filesystems || continue 2.37 + mkdir \$dir 2.38 + mount -t \$type none \$dir 2.39 done <<EOM 2.40 -sysfs /sys 2.41 -devpts /dev/pts 2.42 +sysfs /sys 2.43 +devtmpfs /dev 2.44 +devpts /dev/pts 2.45 EOM 2.46 2.47 TTY=\$(tty 2>/dev/null)