From db464f25fec54ddfa7825a17b20fda025c296f8c Mon Sep 17 00:00:00 2001 From: root Date: Thu, 7 Apr 2011 04:58:41 +0000 Subject: Thu Apr 7 04:58:41 UTC 2011 --- community/busybox/PKGBUILD | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'community/busybox') 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 # Contributor: Jens Pranaitis 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/ } -- cgit v1.2.3-54-g00ecf