core/patch/Pkgfile

17 lines
347 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: GNU patch
2021-12-13 12:01:55 +01:00
# 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
version=2.7.6.17-9c98
2018-02-08 17:33:48 +01:00
release=1
source=(https://crux.nu/files/distfiles/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
2023-12-24 12:43:51 +01:00
cd $name-$version
2023-08-21 21:49:13 +02:00
2023-12-24 12:43:51 +01:00
./configure --prefix=/usr
make
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}