Skip to content
Snippets Groups Projects

main/liblockfile: upgrade to 1.17

Merged Leo requested to merge Leo/aports:liblockfile into master
1 file
+ 3
6
Compare changes
  • Side-by-side
  • Inline
+ 3
6
# Contributor: Duane Hughes <duanejevon@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=liblockfile
pkgver=1.16
pkgver=1.17
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-static $pkgname-dev $pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/miquels/$pkgname/archive/v$pkgver.tar.gz"
source="$pkgname-$pkgver.tar.gz::https://github.com/miquels/liblockfile/archive/v$pkgver.tar.gz"
build() {
cd "$builddir"
LDCONFIG=/bin/true \
./configure \
--build=$CBUILD \
@@ -23,13 +22,11 @@ build() {
}
check() {
cd "$builddir"
make test
}
package() {
cd "$builddir"
make -j1 DESTDIR="$pkgdir" install
}
sha512sums="ee75ecf0dd25744de4e3ce7d6b12483ead2deaf0cd6a527e8493100c5d714751fe97e057873c8c7b04a935f9b46a5ea502950f15d3ce54ecc63d997ab1cee33d liblockfile-1.16.tar.gz"
sha512sums="2169ac2219950d6ec7def6b5cc712cc04d1a185dc9c09b364c8d47b7b3d15c3482a2200b591872da87eb784717b2ba3537fbc39d7075c329cc8ba48039473a83 liblockfile-1.17.tar.gz"
Loading