aboutsummaryrefslogtreecommitdiffstats
path: root/main/liblockfile
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-08-11 15:46:39 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-08-19 09:22:45 +0000
commit876c27b4fb3011e148907bbcdf997c973b3ef46d (patch)
tree72c249d2630193bf8656d87410bc4a41d37c9299 /main/liblockfile
parent61afb6814e104ff34021a4d73b9235d5997db796 (diff)
downloadaports-876c27b4fb3011e148907bbcdf997c973b3ef46d.tar.bz2
aports-876c27b4fb3011e148907bbcdf997c973b3ef46d.tar.xz
main/liblockfile: upgrade to 1.16
Diffstat (limited to 'main/liblockfile')
-rw-r--r--main/liblockfile/APKBUILD12
1 files changed, 7 insertions, 5 deletions
diff --git a/main/liblockfile/APKBUILD b/main/liblockfile/APKBUILD
index 88dca77c07..d1329c9864 100644
--- a/main/liblockfile/APKBUILD
+++ b/main/liblockfile/APKBUILD
@@ -1,22 +1,24 @@
# Contributor: Duane Hughes <duanejevon@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=liblockfile
-pkgver=1.15
-pkgrel=1
+pkgver=1.16
+pkgrel=0
pkgdesc="Shared library with NFS-safe locking functions"
url="https://github.com/miquels/liblockfile"
arch="all"
license="LGPL-2.0-or-later and GPL-2.0-or-later"
-subpackages="$pkgname-dev $pkgname-doc"
+subpackages="$pkgname-static $pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/miquels/$pkgname/archive/v$pkgver.tar.gz"
build() {
cd "$builddir"
+ LDCONFIG=/bin/true \
./configure \
--build=$CBUILD \
--host=$CHOST \
--prefix=/usr \
- --sysconfdir=/etc
+ --sysconfdir=/etc \
+ --enable-shared
make -j1
}
@@ -30,4 +32,4 @@ package() {
make -j1 DESTDIR="$pkgdir" install
}
-sha512sums="486c7cdcb340bee8aecc92ac667b39758faa865857e14a1c087dadf2a3031edbd6cc67ec8dd8b641e76184e80ba934cbad0dc053e888b66ee54617ad470b7776 liblockfile-1.15.tar.gz"
+sha512sums="ee75ecf0dd25744de4e3ce7d6b12483ead2deaf0cd6a527e8493100c5d714751fe97e057873c8c7b04a935f9b46a5ea502950f15d3ce54ecc63d997ab1cee33d liblockfile-1.16.tar.gz"