core/patch/Pkgfile

16 lines
362 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
2010-01-02 09:32:29 +01:00
version=2.6.1
2006-02-23 16:26:10 +01:00
release=1
2009-11-16 11:59:28 +01:00
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2009-11-16 11:59:28 +01:00
./configure --prefix=/usr --mandir=/usr/man
2006-02-23 16:26:10 +01:00
make
2009-11-16 11:59:28 +01:00
make DESTDIR=$PKG install
2006-02-23 16:26:10 +01:00
}