# $Id$ # Maintainer: Bartłomiej Piotrowski # Contributor: Jan de Groot # Contributor: Sergej Pupykin # Contributor: Emmanuel 'guinness' Boudreault # Contributor: Patrick McCarty pkgname=libunistring pkgver=0.9.6 pkgrel=1 pkgdesc='Library for manipulating Unicode strings and C strings' url='http://www.gnu.org/software/libunistring/' arch=('i686' 'x86_64') license=('GPL') depends=('glibc') install=libunistring.install source=(ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz) md5sums=('dfae4ff5583649ed24d8f368f1d0543b') build() { cd $pkgname-$pkgver ./configure --prefix=/usr make } check() { make -C $pkgname-$pkgver check } package() { make -C $pkgname-$pkgver DESTDIR="$pkgdir" install }