mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 16:41:52 +01:00
31 lines
975 B
Plaintext
31 lines
975 B
Plaintext
# Contributor: Valery Kartel <valery.kartel@gmail.com>
|
|
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
|
pkgname=udev-init-scripts
|
|
pkgver=32
|
|
pkgrel=2
|
|
pkgdesc="udev startup scripts for openrc"
|
|
url="https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/udev-init-scripts"
|
|
arch="noarch"
|
|
options="!check"
|
|
license="GPL-2.0-only"
|
|
replaces="udev"
|
|
subpackages="$pkgname-openrc"
|
|
install="$pkgname.post-install $pkgname.post-upgrade"
|
|
source="https://dev.gentoo.org/~williamh/dist/$pkgname-$pkgver.tar.gz
|
|
$pkgname.patch
|
|
"
|
|
builddir="$srcdir/$pkgname-$pkgver"
|
|
|
|
build() {
|
|
cd "$builddir"
|
|
make
|
|
}
|
|
|
|
package() {
|
|
cd "$builddir"
|
|
make DESTDIR="$pkgdir" install
|
|
}
|
|
|
|
sha512sums="da6291ae5c2aa1e8e41656fbe2ed6700e46360809119c0f8a26bf6c3f23f05c861b2c2943b55e47140462049474725e96105e68b204f3d931050409f34d19699 udev-init-scripts-32.tar.gz
|
|
8f4ca4b0c7e2e51ff2e88ea724b55fe3178e5a72dfa8f0624aef5946f95f1b690f517be913bf295462866faa0085dbfac2d024982514a9d1d976ab8b79d29e06 udev-init-scripts.patch"
|