ldm: added a runit service.
This commit is contained in:
3
srcpkgs/ldm/files/ldm/run
Normal file
3
srcpkgs/ldm/files/ldm/run
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
[ -s conf ] && . ./conf
|
||||
exec ldm ${OPTS:=-u nobody}
|
||||
@@ -1,7 +1,7 @@
|
||||
# Template file for 'ldm'
|
||||
pkgname=ldm
|
||||
version=0.6.3
|
||||
revision=1
|
||||
revision=2
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="libmount-devel libudev-devel libglib-devel"
|
||||
short_desc="A lightweight device mounter"
|
||||
@@ -18,5 +18,6 @@ do_build() {
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
vsv ldm
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user