diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-07 21:51:32 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2008-11-07 21:51:32 +0000 |
commit | 8073ab816ee438be5312fd0fe9164db02bd3bbbe (patch) | |
tree | 741f2ca437455ba42fc5475c0dda8176aeb36487 /core/busybox | |
parent | 9db4181f326078930629b8fe561b13cf75839838 (diff) | |
download | aports-8073ab816ee438be5312fd0fe9164db02bd3bbbe.tar.bz2 aports-8073ab816ee438be5312fd0fe9164db02bd3bbbe.tar.xz |
various: adjusted dependencies
Diffstat (limited to 'core/busybox')
-rw-r--r-- | core/busybox/APKBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/busybox/APKBUILD b/core/busybox/APKBUILD index 47c9a897c8..b13dd917c1 100644 --- a/core/busybox/APKBUILD +++ b/core/busybox/APKBUILD @@ -4,8 +4,7 @@ pkgrel=1 pkgdesc="Size optimized toolbox of many common UNIX utilities" url=http://busybox.net license=GPL-2 -arch=i486 -makedepends="binutils gcc linux-headers make patch uclibc-dev" +depends=uclibc source="http://busybox.net/downloads/busybox-1.12.1.tar.bz2 http://busybox.net/downloads/fixes-1.12.1/busybox-1.12.1-grep.patch |