X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/14428f9a610d763126cbcf9b841dd2140aa7d8eb..ceb354aabbc39c6fce9c057a7cd44386512ccfcd:/openwrt/package/libosip2/Makefile?ds=sidebyside diff --git a/openwrt/package/libosip2/Makefile b/openwrt/package/libosip2/Makefile index bf7a224f0..6fbb73363 100644 --- a/openwrt/package/libosip2/Makefile +++ b/openwrt/package/libosip2/Makefile @@ -7,10 +7,7 @@ PKG_VERSION:=2.2.0 PKG_RELEASE:=1 PKG_MD5SUM:=f1237af0250c59b318bd64a59f5750ea -PKG_SOURCE_URL:=http://ftp.gnu.org/gnu/osip/ \ - ftp://ftp.belnet.be/mirror/ftp.gnu.org/gnu/osip/ \ - ftp://ftp.mirror.nl/pub/mirror/gnu/osip/ \ - http://mirror.switch.ch/ftp/mirror/gnu/osip/ +PKG_SOURCE_URL:=@GNU/osip PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_CAT:=zcat @@ -89,5 +86,5 @@ uninstall-dev: $(STAGING_DIR)/usr/lib/libosip{,parser}2.{a,so*} \ $(STAGING_DIR)/usr/lib/pkgconfig/libosip2.pc \ -compile: install-dev -clean: uninstall-dev +compile-targets: install-dev +clean-targets: uninstall-dev