From 725611a466f2edf12f809d22339b22223af4afe7 Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 7 Oct 2006 11:57:20 +0000 Subject: move old kamikaze out of trunk - will put buildroot-ng in there as soon as all the developers are ready git-svn-id: svn://svn.openwrt.org/openwrt/trunk@4944 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- openwrt/package/matrixtunnel/Config.in | 10 ---- openwrt/package/matrixtunnel/Makefile | 69 ---------------------- .../package/matrixtunnel/ipkg/matrixtunnel.control | 5 -- 3 files changed, 84 deletions(-) delete mode 100644 openwrt/package/matrixtunnel/Config.in delete mode 100644 openwrt/package/matrixtunnel/Makefile delete mode 100644 openwrt/package/matrixtunnel/ipkg/matrixtunnel.control (limited to 'openwrt/package/matrixtunnel') diff --git a/openwrt/package/matrixtunnel/Config.in b/openwrt/package/matrixtunnel/Config.in deleted file mode 100644 index 1738ce301..000000000 --- a/openwrt/package/matrixtunnel/Config.in +++ /dev/null @@ -1,10 +0,0 @@ -config BR2_PACKAGE_MATRIXTUNNEL - prompt "matrixtunnel...................... stunnel based on matrixssl" - tristate - default m if CONFIG_DEVEL - select BR2_PACKAGE_LIBMATRIXSSL - help - matrixtunnel is a stripped down version of stunnel - based on matrixssl library - - Depends: libmatrixssl diff --git a/openwrt/package/matrixtunnel/Makefile b/openwrt/package/matrixtunnel/Makefile deleted file mode 100644 index ea42b1e8d..000000000 --- a/openwrt/package/matrixtunnel/Makefile +++ /dev/null @@ -1,69 +0,0 @@ -# $Id$ - -include $(TOPDIR)/rules.mk - -PKG_NAME:=matrixtunnel -PKG_VERSION:=0.1 -PKG_RELEASE:=1 -PKG_MD5SUM:=ffbbe0c50cc1863f6080aca302f7e2c8 - -PKG_SOURCE_URL:=http://znerol.ch/files -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_CAT:=zcat - -PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) -PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install - -include $(TOPDIR)/package/rules.mk - -$(eval $(call PKG_template,MATRIXTUNNEL,$(PKG_NAME),$(PKG_VERSION)-$(PKG_RELEASE),$(ARCH))) - -$(PKG_BUILD_DIR)/.configured: $(PKG_BUILD_DIR)/.prepared - (cd $(PKG_BUILD_DIR); \ - $(TARGET_CONFIGURE_OPTS) \ - CFLAGS="$(TARGET_CFLAGS)" \ - CPPFLAGS="-I$(STAGING_DIR)/usr/include -I$(STAGING_DIR)/include" \ - LDFLAGS="-L$(STAGING_DIR)/usr/lib -L$(STAGING_DIR)/lib" \ - ./configure \ - --target=$(GNU_TARGET_NAME) \ - --host=$(GNU_TARGET_NAME) \ - --build=$(GNU_HOST_NAME) \ - --program-prefix="" \ - --program-suffix="" \ - --prefix=/usr \ - --exec-prefix=/usr \ - --bindir=/usr/sbin \ - --datadir=/usr/share \ - --includedir=/usr/include \ - --infodir=/usr/share/info \ - --libdir=/usr/lib \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --mandir=/usr/share/man \ - --sbindir=/usr/sbin \ - --sysconfdir=/etc \ - $(DISABLE_LARGEFILE) \ - $(DISABLE_NLS) \ - --without-libiconv-prefix \ - --without-libintl-prefix \ - --with-matrixssl-src=$(BUILD_DIR)/matrixssl \ - ); - touch $@ - -$(PKG_BUILD_DIR)/.built: - rm -rf $(PKG_INSTALL_DIR) - mkdir -p $(PKG_INSTALL_DIR) - $(MAKE) -C $(PKG_BUILD_DIR)/src \ - DESTDIR="$(PKG_INSTALL_DIR)" \ - all install - touch $@ - -$(IPKG_MATRIXTUNNEL): - install -d -m0755 $(IDIR_MATRIXTUNNEL)/usr/sbin - $(CP) $(PKG_INSTALL_DIR)/usr/sbin/matrixtunnel $(IDIR_MATRIXTUNNEL)/usr/sbin/ - $(RSTRIP) $(IDIR_MATRIXTUNNEL) - $(IPKG_BUILD) $(IDIR_MATRIXTUNNEL) $(PACKAGE_DIR) - -mostlyclean: - $(MAKE) -C $(PKG_BUILD_DIR) clean - rm -f $(PKG_BUILD_DIR)/.built diff --git a/openwrt/package/matrixtunnel/ipkg/matrixtunnel.control b/openwrt/package/matrixtunnel/ipkg/matrixtunnel.control deleted file mode 100644 index 2d022e9ba..000000000 --- a/openwrt/package/matrixtunnel/ipkg/matrixtunnel.control +++ /dev/null @@ -1,5 +0,0 @@ -Package: matrixtunnel -Priority: optional -Section: net -Description: stunnel based on matrixssl -Depends: libmatrixssl -- cgit v1.2.3