# Contributor : Christian Hesse # Contributor : andreas_baumann # Contributor : zhuqin # Maintainer : Aurélien DESBRIÈRES pkgname=gengetopt pkgver=2.22.6 pkgrel=2 pkgdesc="A tool to write command line option parsing code for C programs." arch=('i686' 'x86_64' 'arm' 'armv6h') url="http://www.gnu.org/software/gengetopt/gengetopt.html" license="GPL" options=('!docs' '!makeflags') source=(ftp://ftp.gnu.org/gnu/gengetopt/${pkgname}-${pkgver}.tar.gz{,.sig}) build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr make } package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }