From 5c9985ba7a9b1bd0a368c2f59f5aaaef855f4161 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 3 Jun 2009 22:55:27 +0000 Subject: contrib/package: drop xrelayd and luaxyssl, obsoleted by polarssl and nixio --- contrib/package/luaxyssl/Makefile | 43 --------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 contrib/package/luaxyssl/Makefile (limited to 'contrib/package/luaxyssl/Makefile') diff --git a/contrib/package/luaxyssl/Makefile b/contrib/package/luaxyssl/Makefile deleted file mode 100644 index 075e67522..000000000 --- a/contrib/package/luaxyssl/Makefile +++ /dev/null @@ -1,43 +0,0 @@ -include $(TOPDIR)/rules.mk - -PKG_BRANCH:=trunk -PKG_NAME:=luaxyssl -PKG_RELEASE:=1 -PKG_SOURCE_URL:=http://luaxyssl.googlecode.com/svn/$(PKG_BRANCH) -PKG_REV:=65 -PKG_VERSION:=0.2+svn$(PKG_REV) -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE:=$(PKG_SOURCE_SUBDIR).tar.gz -PKG_SOURCE_PROTO:=svn -PKG_SOURCE_VERSION:=$(PKG_REV) - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install - -include $(INCLUDE_DIR)/package.mk - -define Package/luaxyssl - SECTION:=lang - CATEGORY:=Languages - SUBMENU:=LUA - TITLE:=xyssl-Bindings for Lua - URL:=http://code.google.com/p/luaxyssl - DEPENDS:=@BROKEN +liblua +libxyssl -endef - -define Build/Configure -endef - -define Build/Compile - $(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) -shared -fpic -pedantic -Wall \ - -I$(STAGING_DIR)/usr/include \ - -DXYSSL=9 \ - -o $(PKG_BUILD_DIR)/lxyssl.so -lxyssl $(PKG_BUILD_DIR)/lxyssl.c -endef - -define Package/luaxyssl/install - $(INSTALL_DIR) $(1)/usr/lib/lua - $(INSTALL_DATA) $(PKG_BUILD_DIR)/lxyssl.so $(1)/usr/lib/lua -endef - -$(eval $(call BuildPackage,luaxyssl)) -- cgit v1.2.3