summaryrefslogtreecommitdiffstats
path: root/patch/Pkgfile
blob: e924b5b982b55ec8302264908f38f0c350987f1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="GNU patch."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://www.gnu.org/software/patch/patch.html"
depends=()

name=patch
version=2.6.1
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build () 
{ 
	cd $name-$version;
	./configure --prefix=$prefix --mandir=$mandir;
	make;
	make DESTDIR=$PKG install
}