milis/talimatname/genel/z/zile/talimat

20 lines
381 B
Plaintext
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: Zile metin düzenleyici
# URL: http://zile.sf.net
# Paketçi: milisarge
# Gerekler: gc help2man
# Grup: geliştirme
isim=zile
surum=2.4.13
devir=1
kaynak=(http://ftp.gnu.org/gnu/$isim/$isim-$surum.tar.gz)
derle()
{
cd $isim-$surum
./configure --prefix=/usr
find -name Makefile | xargs -n1 sed -i 's|makeinfo|true|g'
make
make DESTDIR=$PKG install
}