milis/talimatname/genel/libedit/talimat

20 lines
465 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.

# Description: Genel satır düzenleme, tarih ve tokenization işlevleri sağlayan komut satırı düzenleyicisi.
# URL: http://thrysoee.dk/editline/
# Packager: milisarge
# Depends on:
name=libedit
version=20140620.3.1
release=2
_version=20140620-3.1
source=(http://www.thrysoee.dk/editline/libedit-${_version}.tar.gz)
build(){
cd $name-${_version}
./configure --prefix=/usr \
--enable-widec
make
make DESTDIR=$PKG install
}