opt/stfl/Pkgfile

16 lines
430 B
Plaintext
Raw Normal View History

2010-11-15 18:30:27 +01:00
# Description: Library which implements a curses-based widget set for text terminals
# URL: http://www.clifford.at/stfl
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: ncurses
2010-11-15 18:30:27 +01:00
name=stfl
2015-02-15 18:25:37 +01:00
version=0.24
2010-11-15 18:30:27 +01:00
release=1
2023-10-06 14:57:38 +02:00
source=(https://clifford.at/wp-content/uploads/2023/07/$name-$version.tar.gz)
2010-11-15 18:30:27 +01:00
build() {
cd $name-$version
sed -i 's|ncursesw/||' stfl_internals.h
make prefix=/usr FOUND_SWIG=0 DESTDIR=$PKG install
2010-11-15 18:30:27 +01:00
}