core/patch/Pkgfile

16 lines
344 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
2015-03-09 14:45:36 +01:00
version=2.7.5
release=2
2009-11-16 11:59:28 +01:00
source=(http://ftp.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
}