Explorar el Código

update openobex to latest stable version

Waldemar Brodkorb hace 11 años
padre
commit
1f7f369b15
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. 4 4
      package/openobex/Makefile

+ 4 - 4
package/openobex/Makefile

@@ -4,16 +4,16 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		openobex
-PKG_VERSION:=		1.5
-PKG_RELEASE:=		2
+PKG_VERSION:=		1.7.1
+PKG_RELEASE:=		1
 PKG_HASH:=		e602047570799a47ecb028420bda8f2cef41310e5a99d084de10aa9422935e65
 PKG_DESCR:=		implementation of the obex protocol
 PKG_SECTION:=		sys/misc
 PKG_URL:=		http://dev.zuckschwerdt.org/openobex/wiki/WikiStart
-PKG_SITES:=		${MASTER_SITE_KERNEL:=bluetooth/}
+PKG_SITES:=		${MASTER_SITE_SOURCEFORGE:=openobex/}
 PKG_OPTS:=		dev
 
-DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.gz
+DISTFILES:=		${PKG_NAME}-${PKG_VERSION}-Source.tar.gz
 
 include ${ADK_TOPDIR}/mk/package.mk