milis/talimatname/genel/s/stfl/talimat

17 lines
407 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: Metin terminalleri için curses tabanlı bir widget seti uygulayan kütüphane
# URL: http://www.clifford.at/stfl
# Paketçi: milisarge
# Gerekler: ncurses
# Grup: kütüphane
isim=stfl
surum=0.24
devir=1
kaynak=(http://www.clifford.at/$isim/$isim-$surum.tar.gz)
derle() {
cd $isim-$surum
sed -i 's|ncursesw/||' stfl_internals.h
make prefix=/usr FOUND_SWIG=0 DESTDIR=$PKG install
}