milis/talimatname/temel/patch/talimat

20 lines
323 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:
2017-10-28 14:15:02 +02:00
isim=patch
surum=2.7.5
devir=1
2016-02-24 01:27:23 +01:00
2017-10-28 14:15:02 +02:00
kaynak=(http://ftp.gnu.org/gnu/patch/patch-$surum.tar.xz)
2016-02-24 01:27:23 +01:00
2017-10-27 23:59:41 +02:00
derle()
2016-02-24 01:27:23 +01:00
{
2017-10-28 14:15:02 +02:00
cd patch-$surum
2016-02-24 01:27:23 +01:00
./configure --prefix=/usr
make
make prefix=$PKG/usr \
mandir=$PKG/usr/share/man install
}