wok-current rev 8231
Fixed busybox. Removed pam-dev as build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Jan 26 18:23:31 2011 +0000 (2011-01-26) |
parents | 3302917f7fbe |
children | ffc5675acd45 |
files | busybox/receipt |
line diff
1.1 --- a/busybox/receipt Thu Jan 27 00:20:51 2011 +0100 1.2 +++ b/busybox/receipt Wed Jan 26 18:23:31 2011 +0000 1.3 @@ -6,7 +6,7 @@ 1.4 SHORT_DESC="Busybox combines tiny versions of many common UNIX utilities." 1.5 MAINTAINER="pascal.bellard@slitaz.org" 1.6 DEPENDS="slitaz-base-files glibc-base ncurses-common" 1.7 -BUILD_DEPENDS="bzip2 pam pam-dev uclibc-cross-compiler-i486" 1.8 +BUILD_DEPENDS="bzip2 pam uclibc-cross-compiler-i486" 1.9 TARBALL="$PACKAGE-$VERSION.tar.bz2" 1.10 WEB_SITE="http://www.busybox.net/" 1.11 WGET_URL="http://www.busybox.net/downloads/$TARBALL"