milis/talimatname/genel/z/zile/talimat

19 lines
369 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
name=zile
version=2.4.13
release=1
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
build()
{
cd $name-$version
./configure --prefix=/usr
find -name Makefile | xargs -n1 sed -i 's|makeinfo|true|g'
make
make DESTDIR=$PKG install
}