core/patch/Pkgfile
2015-07-25 21:29:45 +02:00

16 lines
344 B
Plaintext

# Description: GNU patch
# URL: http://www.gnu.org/software/patch/patch.html
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=patch
version=2.7.5
release=2
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}