slang: initial release
This commit is contained in:
parent
5fedcdc819
commit
995e879db5
6
slang/.footprint
Normal file
6
slang/.footprint
Normal file
@ -0,0 +1,6 @@
|
||||
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
|
1
slang/.md5sum
Normal file
1
slang/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
8b6afa085f76b1be29825f0c470b6cad slang-2.0.5.tar.bz2
|
18
slang/Pkgfile
Normal file
18
slang/Pkgfile
Normal file
@ -0,0 +1,18 @@
|
||||
# Description: Multi-platform programmer's library
|
||||
# URL: http://www.jedsoft.org/slang/
|
||||
# Maintainer: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# Packager: Jukka Heino, jukka at karsikkopuu dot net
|
||||
# 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user