mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-30 04:52:27 +01:00
26 lines
747 B
Plaintext
26 lines
747 B
Plaintext
# Contributor: Milan P. Stanić <mps@arvanta.net>
|
|
# Maintainer: Milan P. Stanić <mps@arvanta.net>
|
|
pkgname=libudev-zero
|
|
pkgver=0.4.5
|
|
pkgrel=0
|
|
pkgdesc="libudev replacement to use whatever device manager"
|
|
url="https://github.com/illiliti/libudev-zero/"
|
|
arch="all"
|
|
license="ISC"
|
|
options="!check" # no tests
|
|
makedepends="linux-headers"
|
|
provides="udev"
|
|
replaces="udev"
|
|
subpackages="$pkgname-dev"
|
|
source="$pkgname-$pkgver.tar.gz::https://github.com/illiliti/libudev-zero/archive/$pkgver.tar.gz"
|
|
|
|
build() {
|
|
make PREFIX=/usr
|
|
}
|
|
|
|
package() {
|
|
make DESTDIR=$pkgdir PREFIX=/usr install
|
|
}
|
|
|
|
sha512sums="cc63a266284f60ab8b4d91ff9e7bade6df18c632fa867afe4c1b2cc2ec1e92cf40cc7ad0d693bd3c318994bcfcba0e548461061284131090a2ceb4aa268eaf73 libudev-zero-0.4.5.tar.gz"
|