The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / ijs / ijs.mk
1 ################################################################################
2 #
3 # ijs
4 #
5 ################################################################################
6
7 IJS_VERSION = 0.35
8 IJS_SOURCE = ijs-$(IJS_VERSION).tar.bz2
9 IJS_SITE = http://www.openprinting.org/download/ijs/download
10 IJS_LICENSE = MIT
11 IJS_LICENSE_FILES = README
12 # Buildroot libtool patch does not apply, so we autoreconf the
13 # package.
14 IJS_AUTORECONF = YES
15 IJS_INSTALL_STAGING = YES
16
17 $(eval $(autotools-package))