milis/talimatname/temel/patch/talimat
2018-06-09 00:06:58 +02:00

19 lines
323 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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
}