1
0
forked from ports/contrib

libconfuse: new port

This commit is contained in:
Bartlomiej Palmowski 2008-05-12 22:02:00 +02:00
parent 7c333f6e62
commit 057985cbeb
3 changed files with 30 additions and 0 deletions

11
libconfuse/.footprint Normal file
View File

@ -0,0 +1,11 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/confuse.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libconfuse.a
-rwxr-xr-x root/root usr/lib/libconfuse.la
lrwxrwxrwx root/root usr/lib/libconfuse.so -> libconfuse.so.0.0.0
lrwxrwxrwx root/root usr/lib/libconfuse.so.0 -> libconfuse.so.0.0.0
-rwxr-xr-x root/root usr/lib/libconfuse.so.0.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libconfuse.pc

1
libconfuse/.md5sum Normal file
View File

@ -0,0 +1 @@
0e883d66f0f58fc33585b430c652aa30 confuse-2.6.tar.gz

18
libconfuse/Pkgfile Normal file
View File

@ -0,0 +1,18 @@
# Description: A configuration file parser library, LGPL licensed, written in C
# URL: http://www.nongnu.org/confuse/
# Packager: Matt Housh, jaeger at morpheus dot net
# Maintainer: Bartlomiej Palmowski, maks1k at wp dot pl
name=libconfuse
version=2.6
release=1
source=(http://bzero.se/${name/#lib/}/${name/#lib/}-$version.tar.gz)
build() {
cd ${name/#lib/}-$version
./configure --prefix=/usr \
--enable-shared \
--disable-nls
make
make DESTDIR=$PKG install
}