milis/talimatname/temel/patch/talimat

20 lines
323 B
Plaintext
Raw Normal View History

2018-06-09 00:06:58 +02:00
# Tanım: The GNU patch tool
# URL: http://www.gnu.org/software/patch/patch.html
# Paketçi: milisarge
# Gerekler:
isim=patch
surum=2.7.5
devir=1
kaynak=(http://ftp.gnu.org/gnu/patch/patch-$surum.tar.xz)
derle()
{
cd patch-$surum
./configure --prefix=/usr
make
make prefix=$PKG/usr \
mandir=$PKG/usr/share/man install
}