milis/talimatname/temel/patch/talimat

20 lines
323 B
Text
Raw Normal View History

2017-10-27 22:56:50 +03:00
# Tanım: The GNU patch tool
2016-02-24 02:27:23 +02:00
# URL: http://www.gnu.org/software/patch/patch.html
2017-10-27 22:56:50 +03:00
# Paketçi: milisarge
# Gerekler:
2017-10-28 15:15:02 +03:00
isim=patch
surum=2.7.5
devir=1
2016-02-24 02:27:23 +02:00
2017-10-28 15:15:02 +03:00
kaynak=(http://ftp.gnu.org/gnu/patch/patch-$surum.tar.xz)
2016-02-24 02:27:23 +02:00
2017-10-28 00:59:41 +03:00
derle()
2016-02-24 02:27:23 +02:00
{
2017-10-28 15:15:02 +03:00
cd patch-$surum
2016-02-24 02:27:23 +02:00
./configure --prefix=/usr
make
make prefix=$PKG/usr \
mandir=$PKG/usr/share/man install
}