patch: update to 2.7.1

This commit is contained in:
Tom G. Christensen
2013-11-08 17:50:41 +01:00
parent f8edf47608
commit 7146b90819
3 changed files with 8 additions and 30 deletions

View File

@@ -6,11 +6,11 @@
###########################################################
# Check the following 4 variables before running the script
topdir=patch
version=2.5.4
version=2.7.1
pkgver=1
source[0]=$topdir-$version.tar.gz
source[0]=ftp://ftp.sunet.se/pub/gnu/patch/$topdir-$version.tar.bz2
# If there are no patches, simply comment this
patch[0]=patch-2.5.4-destdir.patch
#patch[0]=
# Source function library
. ${BUILDPKG_SCRIPTS}/buildpkg.functions
@@ -19,6 +19,7 @@ patch[0]=patch-2.5.4-destdir.patch
export CPPFLAGS="-I$prefix/include"
export LDFLAGS="-L$prefix/lib -R$prefix/lib"
ac_overrides="ac_cv_path_ed_PROGRAM=/usr/bin/ed"
gnu_link patch
reg prep
prep()