core/patch/Pkgfile

16 lines
338 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: Per Lid<69>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
}