patch: update to 2.6

This commit is contained in:
Juergen Daubert 2009-11-16 11:59:28 +01:00
parent 9c9d0b5fb9
commit ab8ed42030
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
dacfb618082f8d3a2194601193cf8716 patch-2.5.9.tar.gz
d9d62cb7b98a8a17e42dab910fd2adc9 patch-2.6.tar.xz

View File

@ -3,13 +3,13 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=patch
version=2.5.9
version=2.6
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
./configure --prefix=/usr --mandir=/usr/man
make
make prefix=$PKG/usr install
make DESTDIR=$PKG install
}