libconfig: adopted port
This commit is contained in:
parent
8529940b8f
commit
0d9bb392e5
@ -1,5 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF38rActuHrhwNaZEfmExs2hC2HcEqNqvOPQeQxOy0wILcOee5HvJoPzNkoStLj6lWssFFMRGTZ1PDj/FdtmHhQwA=
|
||||
SHA256 (Pkgfile) = b5e1574acef74580e335fb7a5689a0233338d0a2436deea4b8371d7b5314cb7d
|
||||
RWSagIOpLGJF3xpgqrwW2cg4Bo0qqsRENK7ykQ5rCTPUZ4DtP4tOK2Kb+kDj5yAKzUDuooliIVEw4dHKefqnoyj0SGYZkPEd/Qk=
|
||||
SHA256 (Pkgfile) = bbfd12145a439ef6568207330e052e9e5907c09df33a9732bdfa2547b04b34e2
|
||||
SHA256 (.footprint) = 61b942f5f5ea53d48db5a9a49aacaf1c82ddb1561cecdd6fa24ce9b6bb07c679
|
||||
SHA256 (libconfig-v1.7.2.tar.gz) = f67ac44099916ae260a6c9e290a90809e7d782d96cdd462cac656ebc5b685726
|
||||
|
@ -1,7 +1,6 @@
|
||||
# Description: C/C++ configuration file library.
|
||||
# URL: https://github.com/hyperrealm/libconfig
|
||||
# Maintainer: Thomas Penteker, tek at serverop dot de
|
||||
# Packager: Tilman Sauerbeck, tilman at crux dot nu
|
||||
# URL: https://github.com/hyperrealm/libconfig
|
||||
# Maintainer: Tim Biermann, tbier at posteo dot de
|
||||
|
||||
name=libconfig
|
||||
version=1.7.2
|
||||
@ -17,9 +16,10 @@ build() {
|
||||
sed -i 's|all: all-am|all:|1' doc/Makefile.in
|
||||
sed -i 's|install: install-am|install:|1' doc/Makefile.in
|
||||
|
||||
./configure --prefix=/usr --disable-examples
|
||||
./configure --prefix=/usr \
|
||||
--disable-static \
|
||||
--disable-examples
|
||||
|
||||
make
|
||||
make DESTDIR=$PKG install
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user