1 # Maintainer: Wang Lihe <wanglihe666@gmail.com>
6 pkgdesc="The asn1c is a free, open source compiler of ASN.1 specifications into C source code."
8 url="http://lionet.info/asn1c/"
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')
16 cd ${srcdir}/${pkgname}-${pkgver}
17 ./configure --prefix=/usr
19 make DESTDIR="${pkgdir}" install || return 1