updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / asn1c / PKGBUILD
blob4fd96b5e6ed7d09f955e1ca7ddf64ea4114363e1
1 # Maintainer: Wang Lihe <wanglihe666@gmail.com>
3 pkgname=asn1c
4 pkgver=0.9.21
5 pkgrel=1
6 pkgdesc="The asn1c is a free, open source compiler of ASN.1 specifications into C source code."
7 arch=('i686' 'x86_64')
8 url="http://lionet.info/asn1c/"
9 license=('BSD')
10 depends=('bison' 'flex')
11 makedepends=('bison' 'flex')
12 options=(!emptydirs !libtool)
13 source=(http://lionet.info/soft/${pkgname}-${pkgver}.tar.gz)
14 md5sums=('0d06f96d345530e66e44e7bfee2e0aed')
15 build() {
16   cd ${srcdir}/${pkgname}-${pkgver}
17   ./configure --prefix=/usr 
18   make || return 1
19   make DESTDIR="${pkgdir}" install || return 1