mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@db180c0
This commit is contained in:
17
package/ijs/ijs.mk
Normal file
17
package/ijs/ijs.mk
Normal 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))
|
||||
Reference in New Issue
Block a user