summaryrefslogtreecommitdiff
path: root/community/busybox/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/busybox/PKGBUILD')
-rw-r--r--community/busybox/PKGBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD
index 4d1c0e289..cbb1cc642 100644
--- a/community/busybox/PKGBUILD
+++ b/community/busybox/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 44354 2011-04-06 08:52:55Z spupykin $
+# $Id: PKGBUILD 55242 2011-09-07 09:24:20Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
pkgname=busybox
-pkgver=1.18.4
+pkgver=1.19.2
pkgrel=1
pkgdesc="Utilities for rescue and embedded systems"
arch=("i686" "x86_64" 'mips64el')
@@ -12,19 +12,19 @@ license=('GPL')
makedepends=("make" "gcc" "sed" "ncurses")
source=($url/downloads/$pkgname-$pkgver.tar.bz2
config)
-md5sums=('b03c5b46ced732679e525a920a1a62f5'
- '10356174db56da484eb8c43c90aee7b7')
+md5sums=('50267054345f1a0b77fe65f6e0e5ba29'
+ 'edd5c66c974ccc1b0030fd00beaa1b02')
build() {
cd "$srcdir/$pkgname-$pkgver"
cp $srcdir/config .config
# if you want to run menuconfig uncomment the following line:
# make menuconfig ; return 1
+ sed -i '1,2i#define __packed __attribute__((packed))' miscutils/ubi_tools.c
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
- mkdir $pkgdir/bin
- install -m755 busybox $pkgdir/bin/
+ install -Dm755 busybox $pkgdir/bin/busybox
}