diff options
author | root <root@rshg054.dnsready.net> | 2012-04-21 00:01:27 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-21 00:01:27 +0000 |
commit | 905dec08e7144fe77aad1161778a6c3b74ff305c (patch) | |
tree | 2dadd89b94a210d035a975ab75d250abef1c959f /community/busybox/PKGBUILD | |
parent | 947c2e7bbbd5942492024997d34d709d436f1c8f (diff) |
Sat Apr 21 00:01:27 UTC 2012
Diffstat (limited to 'community/busybox/PKGBUILD')
-rw-r--r-- | community/busybox/PKGBUILD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD index 60a20a49d..037e0a9cf 100644 --- a/community/busybox/PKGBUILD +++ b/community/busybox/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 66360 2012-02-24 00:42:04Z spupykin $ +# $Id: PKGBUILD 69589 2012-04-19 10:16:37Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Jens Pranaitis <jens@jenux.homelinux.org> @@ -11,13 +11,16 @@ url="http://www.busybox.net" license=('GPL') makedepends=("make" "gcc" "sed" "ncurses") source=($url/downloads/$pkgname-$pkgver.tar.bz2 + http://git.exherbo.org/arbor.git/plain/packages/sys-apps/busybox/files/linux-headers-fix.patch config) install=busybox.install md5sums=('9c0cae5a0379228e7b55e5b29528df8e' + '853097e2f1477f962d6f268c1b3ebd78' 'edd5c66c974ccc1b0030fd00beaa1b02') build() { cd "$srcdir/$pkgname-$pkgver" + patch -p1 <$srcdir/linux-headers-fix.patch cp $srcdir/config .config # if you want to run menuconfig uncomment the following line: # make menuconfig ; return 1 |