mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-22 10:45:15 +03:00
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
# Contributor: Carlo Landmeter <clandmeter@alpinelinux.org>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=lockdev
|
|
pkgver=0_git20130107
|
|
pkgrel=4
|
|
pkgdesc="Run-time shared library for locking devices, using _both_ FSSTND and SVr4 methods."
|
|
options="!check"
|
|
url="https://packages.qa.debian.org/l/lockdev.html"
|
|
arch="all"
|
|
license="LGPL-2.1-or-later"
|
|
makedepends="automake autoconf libtool"
|
|
subpackages="$pkgname-dev $pkgname-doc"
|
|
source="https://dev.alpinelinux.org/archive/$pkgname/$pkgname-$pkgver.tar.gz
|
|
lockdev_include_sysmacros.patch"
|
|
giturl="git://anonscm.debian.org/lockdev/lockdev.git"
|
|
disturl="dev.alpinelinux.org:/archive/$pkgname/"
|
|
|
|
prepare() {
|
|
default_prepare
|
|
# bootstap fails with missing m4 dir
|
|
mkdir m4
|
|
./bootstrap
|
|
}
|
|
|
|
build() {
|
|
export CFLAGS="$CFLAGS -D__GNU_LIBRARY__"
|
|
./configure \
|
|
--build=$CBUILD \
|
|
--host=$CHOST \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--infodir=/usr/share/info \
|
|
--localstatedir=/var
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="65c9a6f184742ee3bfea3c7309c1116498d5a462a973574a6b8098b2b4eaf96c822b5b84b3e5cc509a4282912cb81e25e71ef245d94137edf7a4e6acf82a8c53 lockdev-0_git20130107.tar.gz
|
|
a1583789b6d26e81e88203eb0b1856027541d62af3d4d3b051d917d613fb26060dfebd87421e828923ab5ee0c884463e69f951d749227caa9a2032fb220dce6f lockdev_include_sysmacros.patch"
|