core/patch/Pkgfile

16 lines
350 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GNU patch
# URL: http://www.gnu.org/software/patch/patch.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=patch
2018-02-08 17:33:48 +01:00
version=2.7.6
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
2009-11-16 11:59:28 +01:00
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}