slang: moved to attic

This commit is contained in:
Tilman Sauerbeck 2006-10-18 17:40:51 +00:00
parent 76fe59ee60
commit 867bf4133f
3 changed files with 0 additions and 25 deletions

View File

@ -1,6 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/slang.h
-rw-r--r-- root/root usr/include/slcurses.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libslang.a

View File

@ -1 +0,0 @@
8b6afa085f76b1be29825f0c470b6cad slang-2.0.5.tar.bz2

View File

@ -1,18 +0,0 @@
# Description: Multi-platform programmer's library
# URL: http://www.jedsoft.org/slang/
# Maintainer:
# Packager: Jukka Heino, jukka dot heino at gmail dot com
# Depends on:
name=slang
version=2.0.5
release=1
source=(ftp://space.mit.edu/pub/davis/$name/v2.0/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}