summaryrefslogtreecommitdiffstats
path: root/abs/core/klibc-extras/PKGBUILD
blob: 155d9592e95afa2769df2f256138ac79a9639d05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: PKGBUILD 1644 2008-05-14 12:09:30Z thomas $
# Maintainer: Aaron Griffin <aaron@archlinux.org>

pkgname=klibc-extras
pkgver=2.4
pkgrel=11
pkgdesc="Extra apps for klibc early-userspace"
arch=(i686 x86_64)
url="http://phraktured.net/initramfs/klibc-extras/"
license=('GPL')
groups=('base')
depends=('klibc' $(basename /lib/klibc-*.so .so))
source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
md5sums=('f7887993f4a3d4fbb04aa1ddf730568e')

build()
{
  cd $startdir/src/${pkgname}-${pkgver}

  make || return 1
  make DESTDIR=$startdir/pkg install
}