Waldemar Brodkorb 3 месяцев назад
Родитель
Сommit
0c92a7762e
2 измененных файлов с 4 добавлено и 31 удалено
  1. 4 4
      package/6tunnel/Makefile
  2. 0 27
      package/6tunnel/patches/patch-Makefile_in

+ 4 - 4
package/6tunnel/Makefile

@@ -4,13 +4,13 @@
 include $(ADK_TOPDIR)/rules.mk
 
 PKG_NAME:=		6tunnel
-PKG_VERSION:=		0.11rc2
+PKG_VERSION:=		0.14
 PKG_RELEASE:=		1
-PKG_HASH:=		58a6e274a46f04dce158be0e071bf076af0dc7b92bc3d8212dc827ab43e1db07
+PKG_HASH:=		6945312793079408f1ab40071cee68e70158a23560145f1d424a3eb16227f235
 PKG_DESCR:=		ipv4/ipv6 tunnel proxy
 PKG_SECTION:=		net/ipv6
-PKG_URL:=		http://toxygen.net/6tunnel/
-PKG_SITES:=		http://toxygen.net/6tunnel/
+PKG_URL:=		https://github.com/wojtekka/6tunnel
+PKG_SITES:=		https://github.com/wojtekka/6tunnel/releases/download/0.14/
 
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
 

+ 0 - 27
package/6tunnel/patches/patch-Makefile_in

@@ -1,27 +0,0 @@
---- 6tunnel-0.11rc2.orig/Makefile.in	2002-11-24 02:18:47.000000000 +0100
-+++ 6tunnel-0.11rc2/Makefile.in	2013-11-03 15:12:01.000000000 +0100
-@@ -10,19 +10,18 @@ INSTALL = @INSTALL@
- STRIP = @STRIP@
- VERSION = @VERSION@
- 
--default:	6tunnel
-+all:	6tunnel
- 
- 6tunnel:	6tunnel.c
- 
- .PHONY:	install
- 
- install:
--	$(STRIP) 6tunnel
--	$(INSTALL) -d $(bindir)
--	$(INSTALL) 6tunnel $(bindir)
-+	$(INSTALL) -d $(DESTDIR)$(bindir)
-+	$(INSTALL) 6tunnel $(DESTDIR)$(bindir)
- 
--	$(INSTALL) -d $(mandir)/man1
--	$(INSTALL) 6tunnel.1 $(mandir)/man1
-+	$(INSTALL) -d $(DESTDIR)$(mandir)/man1
-+	$(INSTALL) 6tunnel.1 $(DESTDIR)$(mandir)/man1
- 
- .PHONY:	clean
-