milis/talimatname/temel/patch/talimat

20 lines
331 B
Plaintext
Raw Normal View History

2017-10-27 21:56:50 +02:00
# Tanım: The GNU patch tool
2016-02-24 01:27:23 +01:00
# URL: http://www.gnu.org/software/patch/patch.html
2017-10-27 21:56:50 +02:00
# Paketçi: milisarge
# Gerekler:
2016-02-24 01:27:23 +01:00
name=patch
version=2.7.5
release=1
source=(http://ftp.gnu.org/gnu/patch/patch-$version.tar.xz)
build()
{
cd patch-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr \
mandir=$PKG/usr/share/man install
}