[arch-commits] Commit in dash/trunk (PKGBUILD)

Dan McGee dan at archlinux.org
Mon Mar 1 01:49:58 UTC 2010


    Date: Sunday, February 28, 2010 @ 20:49:58
  Author: dan
Revision: 70784

upgpkg: dash 0.5.5.1-3
move dash back to glibc

Modified:
  dash/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-01 01:10:41 UTC (rev 70783)
+++ PKGBUILD	2010-03-01 01:49:58 UTC (rev 70784)
@@ -3,28 +3,27 @@
 
 pkgname=dash
 pkgver=0.5.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A POSIX compliant shell that aims to be as small as possible"
 arch=('i686' 'x86_64')
 url="http://gondor.apana.org.au/~herbert/dash/"
 license=('BSD')
 groups=('base')
-makedepends=('klibc>=1.5')
+depends=('glibc')
 #provides=('sh')
 source=("http://gondor.apana.org.au/~herbert/dash/files/dash-$pkgver.tar.gz")
 md5sums=('7ac832b440b91f5a52cf8eb68e172616')
 
 build() {
   cd $srcdir/$pkgname-$pkgver
-  ./configure --prefix=/usr --mandir=/usr/share/man --exec-prefix="" \
-      CC=klcc LD=klcc LDFLAGS="-static"
+  ./configure --prefix=/usr --mandir=/usr/share/man --exec-prefix=""
   make || return 1
   make DESTDIR=$pkgdir install || return 1
 
   # license
   install -m644 -D COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
 
-  #static dash is our default /bin/sh
+  # dash is our default /bin/sh
   #cd $pkgdir/bin
   #ln -s dash sh
 }




More information about the arch-commits mailing list