libproplist: removed from repository

This commit is contained in:
Mikhail Kolesnik 2008-04-13 13:22:18 +03:00
parent 0f5fcbbbf1
commit 04a101b766
3 changed files with 0 additions and 28 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/proplist.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libPropList.a
-rwxr-xr-x root/root usr/lib/libPropList.la
lrwxrwxrwx root/root usr/lib/libPropList.so -> libPropList.so.0.1.1
lrwxrwxrwx root/root usr/lib/libPropList.so.0 -> libPropList.so.0.1.1
-rwxr-xr-x root/root usr/lib/libPropList.so.0.1.1

View File

@ -1 +0,0 @@
ead0257bca9448d0ce1d4cdfecd65d1f libPropList-0.8.3.tar.gz

View File

@ -1,18 +0,0 @@
# Description: Library to provide access to configuration files.
# URL: http://ftp.gnome.org/pub/GNOME/stable/sources/libPropList/
# Maintainer: unmaintained
# Packager: Olle Gustafsson <ogg at linux dot se>
#
# Depends on:
name=libproplist
version=0.8.3
release=1
source=(http://ftp.gnome.org/pub/GNOME/sources/libPropList/0.8/libPropList-$version.tar.gz)
build() {
cd libPropList-$version
./configure --prefix=/usr --disable-nls
make && make DESTDIR=$PKG install
chown root:root $PKG
}