mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
ldm: update to 0.8.
This commit is contained in:
parent
16b64c01ea
commit
2f657a384e
1 changed files with 5 additions and 4 deletions
|
@ -1,15 +1,16 @@
|
|||
# Template file for 'ldm'
|
||||
pkgname=ldm
|
||||
version=0.7
|
||||
version=0.8
|
||||
revision=1
|
||||
build_style="gnu-makefile"
|
||||
hostmakedepends="perl pkg-config"
|
||||
makedepends="libmount-devel eudev-libudev-devel libglib-devel"
|
||||
short_desc="A lightweight device mounter"
|
||||
short_desc="Lightweight device mounter"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/LemonBoy/ldm"
|
||||
distfiles="https://github.com/LemonBoy/${pkgname}/archive/v${version}.tar.gz"
|
||||
checksum=fb464bffec5b7d0680009b43a95881e8c02ec07e84d6f7fb05206d666dc44bdb
|
||||
checksum=e471453e6ae9fa91d6150fe13c01587dd8e15a3f64665d0556ad7e8398dc46ef
|
||||
|
||||
do_build() {
|
||||
# Don't include systemd service as default
|
||||
|
@ -17,7 +18,7 @@ do_build() {
|
|||
make CC=$CC ${makejobs}
|
||||
}
|
||||
do_install() {
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} install
|
||||
make PREFIX=/usr DESTDIR=${DESTDIR} SBINDIR=/usr/bin install
|
||||
vsv ldm
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue