forked from ports/contrib
libconfuse: new port
This commit is contained in:
parent
7c333f6e62
commit
057985cbeb
11
libconfuse/.footprint
Normal file
11
libconfuse/.footprint
Normal 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
1
libconfuse/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
0e883d66f0f58fc33585b430c652aa30 confuse-2.6.tar.gz
|
18
libconfuse/Pkgfile
Normal file
18
libconfuse/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user