This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

17
package/ijs/ijs.mk Normal file
View File

@@ -0,0 +1,17 @@
################################################################################
#
# ijs
#
################################################################################
IJS_VERSION = 0.35
IJS_SOURCE = ijs-$(IJS_VERSION).tar.bz2
IJS_SITE = http://www.openprinting.org/download/ijs/download
IJS_LICENSE = MIT
IJS_LICENSE_FILES = README
# Buildroot libtool patch does not apply, so we autoreconf the
# package.
IJS_AUTORECONF = YES
IJS_INSTALL_STAGING = YES
$(eval $(autotools-package))