core/patch/Pkgfile

16 lines
347 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
version=2.5.4
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}