void-packages/srcpkgs/ldm/template

27 lines
834 B
Bash
Raw Normal View History

# Template file for 'ldm'
pkgname=ldm
2015-05-10 12:44:34 +02:00
version=0.6.1
2015-05-10 13:14:29 +02:00
revision=4
2014-07-09 19:38:19 +02:00
build_style=gnu-makefile
2015-04-17 11:59:59 +02:00
hostmakedepends="perl pkg-config"
2015-04-17 12:02:14 +02:00
makedepends="libmount-devel libudev-devel libglib-devel cryptsetup-devel"
2014-07-09 19:38:19 +02:00
short_desc="A lightweight device mounter"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="https://github.com/LemonBoy/ldm"
distfiles="https://github.com/LemonBoy/${pkgname}/archive/v${version}.tar.gz"
2015-05-10 12:44:34 +02:00
checksum="e182792145b588b4f8ba94622af7d690d181bf29f942d40b25dcfd609e2d37f8"
replaces="ldm-git>=0"
2014-07-09 19:38:19 +02:00
pre_build() {
# Don't include systemd service as default
sed -i 's|install: all install-main install-systemd|install: all install-main|g' Makefile
2015-05-10 13:06:06 +02:00
case "$XBPS_TARGET_MACHINE" in
*-musl) export CFLAGS+=" -D__uid_t=uid_t -D__gid_t=gid_t" ;;
esac
}
2014-07-09 19:38:19 +02:00
post_install() {
vinstall LICENSE 644 usr/share/licenses/ldm
}