move libast to attic

This commit is contained in:
Johannes Winkelmann 2006-03-21 17:03:58 +00:00
parent ec2416e39f
commit 1ef9bbf035
3 changed files with 0 additions and 52 deletions

View File

@ -1,32 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/libast-config
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libast.h
drwxr-xr-x root/root usr/include/libast/
-rw-r--r-- root/root usr/include/libast/array.h
-rw-r--r-- root/root usr/include/libast/avl_tree.h
-rw-r--r-- root/root usr/include/libast/dlinked_list.h
-rw-r--r-- root/root usr/include/libast/iterator_if.h
-rw-r--r-- root/root usr/include/libast/linked_list.h
-rw-r--r-- root/root usr/include/libast/list_if.h
-rw-r--r-- root/root usr/include/libast/map_if.h
-rw-r--r-- root/root usr/include/libast/mbuff.h
-rw-r--r-- root/root usr/include/libast/obj.h
-rw-r--r-- root/root usr/include/libast/objpair.h
-rw-r--r-- root/root usr/include/libast/regexp.h
-rw-r--r-- root/root usr/include/libast/socket.h
-rw-r--r-- root/root usr/include/libast/str.h
-rw-r--r-- root/root usr/include/libast/sysdefs.h
-rw-r--r-- root/root usr/include/libast/tok.h
-rw-r--r-- root/root usr/include/libast/types.h
-rw-r--r-- root/root usr/include/libast/url.h
-rw-r--r-- root/root usr/include/libast/vector_if.h
drwxr-xr-x root/root usr/lib/
-rwxr-xr-x root/root usr/lib/libast.la
lrwxrwxrwx root/root usr/lib/libast.so -> libast.so.2.0.1
lrwxrwxrwx root/root usr/lib/libast.so.2 -> libast.so.2.0.1
-rwxr-xr-x root/root usr/lib/libast.so.2.0.1
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/libast.m4

View File

@ -1 +0,0 @@
a9ec3b2da317f35869316e6d9571d296 libast-0.7.tar.gz

View File

@ -1,19 +0,0 @@
# Description: The Library of Assorted Spiffy Things
# Maintainer: Johannes Winkelmann, jw at tks6 dot net
# Packager: Markus Ackermann, maol at symlink dot ch
# URL: http://www.eterm.org
# Depends: imlib2
name=libast
version=0.7
release=1
source=(http://www.eterm.org/download/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-nls \
--enable-static=no
make
make DESTDIR=$PKG install
}