use upstream download source, not debian
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Oct 2005 00:10:59 +0000 (00:10 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 6 Oct 2005 00:10:59 +0000 (00:10 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2060 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/mtr/Makefile

index d911716..97b3cf2 100644 (file)
@@ -5,8 +5,8 @@ PKG_VERSION:=0.69
 PKG_RELEASE:=1
 PKG_MD5SUM:=58904d6d8d70114195cdeb653d56914c
 
-PKG_SOURCE_URL:=ftp://ftp.de.debian.org/debian/pool/main/m/mtr
-PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).orig.tar.gz
+PKG_SOURCE_URL:=ftp://ftp.bitwizard.nl/mtr/
+PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_CAT:=zcat
 PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 PKG_INSTALL_DIR:=$(PKG_BUILD_DIR)/ipkg-install
This page took 0.02572 seconds and 4 git commands to generate.