summaryrefslogtreecommitdiff
path: root/pcr/udev-init-scripts
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2020-02-24 22:51:27 -0300
committerDavid P <megver83@parabola.nu>2020-02-24 22:51:27 -0300
commit5926ee73bcb951fe783af31a469389ab5fd20531 (patch)
tree0beaeebcb9856112ec20b5fdf361b27c0e510ece /pcr/udev-init-scripts
parentfb261dccc26646b9c46e8c2a080b202034aabc0e (diff)
rmpkg: pcr/udev-init-scripts
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'pcr/udev-init-scripts')
-rw-r--r--pcr/udev-init-scripts/PKGBUILD35
1 files changed, 0 insertions, 35 deletions
diff --git a/pcr/udev-init-scripts/PKGBUILD b/pcr/udev-init-scripts/PKGBUILD
deleted file mode 100644
index 1173f633b..000000000
--- a/pcr/udev-init-scripts/PKGBUILD
+++ /dev/null
@@ -1,35 +0,0 @@
-# Maintainer: Omar Vega Ramos <ovruni@gnu.org.pe>
-# Contributor: Luke Shumaker <lukeshu@parabola.nu>
-
-# Upstream information
-pkgname=udev-init-scripts
-pkgver=32
-pkgdesc="udev startup scripts for OpenRC"
-url="https://gitweb.gentoo.org/proj/udev-gentoo-scripts.git"
-# Gentoo's package script: https://gitweb.gentoo.org/repo/gentoo.git/tree/sys-fs/udev-init-scripts
-source=("http://dev.gentoo.org/~williamh/dist/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('d5ae437291ae140194f67fec2c9a6ceeda39708433840e7b4b0361cc5ae53eaa')
-depends=('openrc' 'udev>=217')
-license=('GPL2')
-
-# Package information
-pkgrel=5
-arch=('any')
-groups=('base-openrc')
-# Depend on any $X-openrc packages that exist for the dependencies of
-# eudev and systemd-udev
-depends+=('kmod-openrc')
-
-# Historical compatibility
-provides+=('udev-openrc' 'eudev-openrc')
-conflicts+=('udev-openrc' 'eudev-openrc')
-replaces+=('udev-openrc' 'eudev-openrc')
-
-package(){
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-
- install -d "${pkgdir}/etc/runlevels/sysinit"
- ln -sf "/etc/init.d/udev" "${pkgdir}/etc/runlevels/sysinit/udev"
- ln -sf "/etc/init.d/udev-trigger" "${pkgdir}/etc/runlevels/sysinit/udev-trigger"
-}