fix sablevm, standardize, indent
git-svn-id: svn://svn.openwrt.org/openwrt/packages@4544 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
687811599e
commit
b73d30abac
@ -11,13 +11,13 @@ include $(TOPDIR)/rules.mk
|
|||||||
PKG_NAME:=sablevm
|
PKG_NAME:=sablevm
|
||||||
PKG_VERSION:=1.13
|
PKG_VERSION:=1.13
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_MD5SUM:=d5828200032bfe921dd43e450931e38c
|
|
||||||
|
|
||||||
PKG_SOURCE_URL:=http://sablevm.org/download/release/$(PKG_VERSION)/
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
|
||||||
PKG_CAT:=zcat
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
|
||||||
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||||
|
PKG_SOURCE_URL:=http://sablevm.org/download/release/$(PKG_VERSION)/
|
||||||
|
PKG_MD5SUM:=d5828200032bfe921dd43e450931e38c
|
||||||
|
PKG_CAT:=zcat
|
||||||
|
|
||||||
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
@ -28,17 +28,20 @@ define Package/sablevm
|
|||||||
DEPENDS:=+libffi-sable +libltdl +libpopt +libpthread +zlib
|
DEPENDS:=+libffi-sable +libltdl +libpopt +libpthread +zlib
|
||||||
TITLE:=A Java Virtual Machine (JVM) implementation
|
TITLE:=A Java Virtual Machine (JVM) implementation
|
||||||
DESCRIPTION:=SableVM is a robust, extremely portable, efficient, and specifications-\\\
|
DESCRIPTION:=SableVM is a robust, extremely portable, efficient, and specifications-\\\
|
||||||
-compliant Java virtual machine that aims to be easy to maintain and to\\\
|
-compliant Java virtual machine that aims to be easy to maintain and to \\\
|
||||||
extend. It features a state-of-the-art and efficient interpreter engine.\\\
|
extend. It features a state-of-the-art and efficient interpreter engine.\\\
|
||||||
Its source code is very accessible and easy to understand. It also has\\\
|
Its source code is very accessible and easy to understand. It also has \\\
|
||||||
many robustness features that have been the object of careful design. \\\
|
many robustness features that have been the object of careful design.
|
||||||
URL:=http://sablevm.org/
|
URL:=http://sablevm.org/
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
||||||
define Build/Configure
|
define Build/Configure
|
||||||
$(call Build/Configure/Default,--enable-shared \
|
$(call Build/Configure/Default, \
|
||||||
--disable-static, LDFLAGS="-L$(STAGING_DIR)/usr/lib -lffi -lltdl -lpopt -lz")
|
--enable-shared \
|
||||||
|
--disable-static, \
|
||||||
|
LIBS="-lffi -lltdl -lpopt -lz" \
|
||||||
|
)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Build/Compile
|
define Build/Compile
|
||||||
|
Loading…
x
Reference in New Issue
Block a user