milis/talimatname/genel/stfl/talimat

16 lines
403 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: Metin terminalleri için curses tabanlı bir widget seti uygulayan kütüphane
# URL: http://www.clifford.at/stfl
# Packager: milisarge
# Depends on: ncurses
name=stfl
version=0.24
release=1
source=(http://www.clifford.at/$name/$name-$version.tar.gz)
build () {
cd $name-$version
sed -i 's|ncursesw/||' stfl_internals.h
make prefix=/usr FOUND_SWIG=0 DESTDIR=$PKG install
}