diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-04 23:06:27 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2010-09-04 23:06:27 (GMT) |
commit | 4946a061113b93e9e296c5b1908bfe283a3d98da (patch) | |
tree | 70fea6f4bde5d6ae43a2cdbe2f47a267046705f3 /abs/core-testing/klibc-extras | |
parent | af207d9477640457510a19cc7d186c0c3d26f7c4 (diff) | |
download | linhes_pkgbuild-4946a061113b93e9e296c5b1908bfe283a3d98da.zip linhes_pkgbuild-4946a061113b93e9e296c5b1908bfe283a3d98da.tar.gz linhes_pkgbuild-4946a061113b93e9e296c5b1908bfe283a3d98da.tar.bz2 |
klibc:Removed for LinHES 7.
Diffstat (limited to 'abs/core-testing/klibc-extras')
-rw-r--r-- | abs/core-testing/klibc-extras/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/abs/core-testing/klibc-extras/PKGBUILD b/abs/core-testing/klibc-extras/PKGBUILD deleted file mode 100644 index 286616c..0000000 --- a/abs/core-testing/klibc-extras/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# $Id: PKGBUILD 23611 2009-01-11 14:09:50Z thomas $ -# Maintainer: Aaron Griffin <aaron@archlinux.org> - -pkgname=klibc-extras -pkgver=2.5 -pkgrel=30 -pkgdesc="Extra apps for klibc early-userspace" -arch=(i686 x86_64) -url="http://projects.archlinux.org/?p=klibc-extras.git" -license=('GPL') -groups=('base') -depends=('klibc' $(basename /lib/klibc-*.so .so)) -source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2) -md5sums=('edd16b1a558164db0107c7319a21f0d4') - -build() -{ - cd $startdir/src/${pkgname}-${pkgver} - - make || return 1 - make DESTDIR=$startdir/pkg install || return 1 - rm -f ${pkgdir}/usr/lib/klibc/bin/mknod -} |