summaryrefslogtreecommitdiff
path: root/community/busybox/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/busybox/PKGBUILD')
-rw-r--r--community/busybox/PKGBUILD11
1 files changed, 7 insertions, 4 deletions
diff --git a/community/busybox/PKGBUILD b/community/busybox/PKGBUILD
index 17b0e32bd..27cfb4548 100644
--- a/community/busybox/PKGBUILD
+++ b/community/busybox/PKGBUILD
@@ -1,19 +1,18 @@
-# $Id: PKGBUILD 38368 2011-01-26 10:25:20Z spupykin $
+# $Id: PKGBUILD 44354 2011-04-06 08:52:55Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Jens Pranaitis <jens@jenux.homelinux.org>
pkgname=busybox
-pkgver=1.18.2
+pkgver=1.18.4
pkgrel=1
pkgdesc="Utilities for rescue and embedded systems"
arch=("i686" "x86_64")
url="http://busybox.net"
license=('GPL')
makedepends=("make" "gcc" "sed" "ncurses")
-options=()
source=($url/downloads/$pkgname-$pkgver.tar.bz2
config)
-md5sums=('69a82091e5710b72db5ce0e14e7c0cd7'
+md5sums=('b03c5b46ced732679e525a920a1a62f5'
'10356174db56da484eb8c43c90aee7b7')
build() {
@@ -22,6 +21,10 @@ build() {
# if you want to run menuconfig uncomment the following line:
# make menuconfig ; return 1
make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
mkdir $pkgdir/bin
install -m755 busybox $pkgdir/bin/
}