Modified scripts to use svn export ... to download patches on HaikuPorts.

Replaces `wget http://ports.haiku-files.org/export/282/haikuports/trunk/...`
This commit is contained in:
Matt Madia
2009-04-07 05:40:08 +00:00
parent 73f1b35915
commit e78545d655
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@ VERSION="1.3.12"
HOMEPAGE="http://www.gnu.org/software/gzip/"
URL="http://ftp.gnu.org/gnu/gzip/"
FILE="gzip-1.3.12.tar.gz"
PATCH_URL="http://ports.haiku-files.org/export/279/haikuports/trunk/app-arch/gzip/patches/"
PATCH_URL="http://ports.haiku-files.org/svn/haikuports/trunk/"
PATCH_FILE="gzip-1.3.12-downstream.patch"
PREFIX=/boot/common
@@ -21,7 +21,7 @@ fi
cd ${PACKAGE}/${VERSION}
tar xvf ${CWD}/${FILE}
cd gzip-1.3.12
wget ${PATCH_URL}${PATCH_FILE}
svn export ${PATCH_URL}${PACKAGE}/${PATCH_FILE}
patch -p1 -i ${PATCH_FILE}
libtoolize --force --install
configure --prefix=${PREFIX}

View File

@@ -5,7 +5,7 @@ VERSION="4.6.3"
HOMEPAGE="http://www.gnu.org/software/sharutils/"
URL="ftp://ftp.gnu.org/gnu/sharutils/REL-4.6.3/"
FILE="sharutils-4.6.3.tar.bz2"
PATCH_URL="http://ports.haiku-files.org/export/282/haikuports/trunk/app-arch/sharutils/"
PATCH_URL="http://ports.haiku-files.org/svn/haikuports/trunk/"
PATCH_FILE="sharutils-4.6.3-downstream.patch"
PREFIX=/boot/common
@@ -21,7 +21,7 @@ fi
cd ${PACKAGE}/${VERSION}
tar -jxvf ${CWD}/${FILE}
cd sharutils-4.6.3
wget ${PATCH_URL}${PATCH_FILE}
svn export ${PATCH_URL}${PACKAGE}/${PATCH_FILE}
patch -p1 -i ${PATCH_FILE}
libtoolize --force --install
configure --prefix=${PREFIX}