core/patch/Pkgfile
2006-02-23 15:26:10 +00:00

16 lines
338 B
Plaintext

# Description: GNU patch
# URL: http://www.gnu.org/software/patch/patch.html
# Maintainer: Per Lidén <per@fukt.bth.se>
name=patch
version=2.5.4
release=1
source=(http://mirrors.sunsite.dk/gnu/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
}