main/udev-init-scripts: fix URL, modernise, mark as not having test suite

This commit is contained in:
A. Wilcox 2017-08-17 01:25:15 +00:00 committed by Timo Teräs
parent 0619d54728
commit c1fdcc88d6

View File

@ -2,13 +2,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=udev-init-scripts
pkgver=32
pkgrel=0
pkgrel=1
pkgdesc="udev startup scripts for openrc"
url="https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/sys-fs/udev-init-scripts/"
url="https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/udev-init-scripts"
arch="noarch"
license="GPLv2"
replaces=udev
install="$pkgname.post-install $pkgname.post-upgrade"
options="!check"
source="http://dev.gentoo.org/~williamh/dist/$pkgname-$pkgver.tar.gz
$pkgname.patch
"
@ -16,12 +17,12 @@ builddir="$srcdir/$pkgname-$pkgver"
build() {
cd "$builddir"
make || return 1
make
}
package() {
cd "$builddir"
make DESTDIR="$pkgdir" install || return 1
make DESTDIR="$pkgdir" install
}
md5sums="a8098437126a0ecdc23f83e923de3644 udev-init-scripts-32.tar.gz