16 lines
355 B
Plaintext
16 lines
355 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.6.17-9c98
|
|
release=1
|
|
source=(https://crux.nu/files/distfiles/$name-$version.tar.xz)
|
|
|
|
build() {
|
|
cd $name-$version
|
|
./configure --prefix=/usr
|
|
make
|
|
make DESTDIR=$PKG install
|
|
}
|