stfl: initial release

This commit is contained in:
Juergen Daubert 2010-11-15 18:30:27 +01:00
parent ac0be9c182
commit c859cfbc97
3 changed files with 25 additions and 0 deletions

9
stfl/.footprint Normal file
View File

@ -0,0 +1,9 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/stfl.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libstfl.a
lrwxrwxrwx root/root usr/lib/libstfl.so -> libstfl.so.0.21
-rw-r--r-- root/root usr/lib/libstfl.so.0.21
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/stfl.pc

1
stfl/.md5sum Normal file
View File

@ -0,0 +1 @@
888502c3f332a0ee66e490690d79d404 stfl-0.21.tar.gz

15
stfl/Pkgfile Normal file
View File

@ -0,0 +1,15 @@
# 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
name=stfl
version=0.21
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
}