diff options
author | root <root@rshg047.dnsready.net> | 2011-04-07 04:58:41 +0000 |
---|---|---|
committer | root <root@rshg047.dnsready.net> | 2011-04-07 04:58:41 +0000 |
commit | db464f25fec54ddfa7825a17b20fda025c296f8c (patch) | |
tree | 4bb5b8ac4dfd67096125b92d047323e6acbb86cd /community/busybox/PKGBUILD | |
parent | bd65dc7107bfdd881c3b5451d0300824cf435428 (diff) |
Thu Apr 7 04:58:41 UTC 2011
Diffstat (limited to 'community/busybox/PKGBUILD')
-rw-r--r-- | community/busybox/PKGBUILD | 11 |
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/ } |