File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/sh
2+
3+ exec 2>&1
4+ [ -r ./conf ] && . ./conf
5+ exec mdevd ${OPTS:- -b 200000 -O4}
Original file line number Diff line number Diff line change 11# Template file for 'mdevd'
22pkgname=mdevd
33version=0.1.6.2
4- revision=1
4+ revision=2
55build_style=configure
66configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib
77 --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps
@@ -15,9 +15,9 @@ homepage="https://skarnet.org/software/mdevd/"
1515changelog="https://skarnet.org/software/mdevd/upgrade.html"
1616distfiles="https://skarnet.org/software/mdevd/mdevd-${version}.tar.gz"
1717checksum=ac2fcf9004f07904592c5894e2c401e15bb027ecf37bcb8ea661e2a7993447be
18-
1918build_options="static"
2019desc_option_static="Build static binaries"
20+ make_check=no # no tests
2121
2222case "$XBPS_TARGET_MACHINE" in
2323 *-musl)
@@ -30,6 +30,7 @@ post_install() {
3030 vlicense COPYING
3131 vdoc README
3232 vcopy "doc/*" usr/share/doc/${pkgname}
33+ vsv mdevd
3334}
3435
3536mdevd-doc_package() {
You can’t perform that action at this time.
0 commit comments