core/patch/Pkgfile
2006-09-24 09:30:49 +00:00

16 lines
340 B
Plaintext

# Description: GNU patch
# URL: http://www.gnu.org/software/patch/patch.html
# Maintainer: Per Lidén, core-ports at crux dot nu
name=patch
version=2.5.4
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}