diff --git a/srcpkgs/mdevd-doc b/srcpkgs/mdevd-doc new file mode 120000 index 00000000000..8fb131ae895 --- /dev/null +++ b/srcpkgs/mdevd-doc @@ -0,0 +1 @@ +mdevd \ No newline at end of file diff --git a/srcpkgs/mdevd/template b/srcpkgs/mdevd/template new file mode 100644 index 00000000000..218c027fc17 --- /dev/null +++ b/srcpkgs/mdevd/template @@ -0,0 +1,35 @@ +# Template file for 'mdevd' +pkgname=mdevd +version=0.1.0.2 +revision=1 +build_style=configure +configure_args="--includedir=/usr/include --bindir=/usr/bin --libdir=/usr/lib + --with-sysdeps=${XBPS_CROSS_BASE}/usr/lib/skalibs/sysdeps + --with-lib=${XBPS_CROSS_BASE}/usr/lib" +makedepends="skalibs-devel" +short_desc="Small mdev-compatible kernel hotplug daemon similar to udevd" +maintainer="maxice8 " +license="ISC" +homepage="https://skarnet.org/software/mdevd/" +changelog="https://skarnet.org/software/mdevd/upgrade.html" +distfiles="https://skarnet.org/software/mdevd/mdevd-${version}.tar.gz" +checksum=bde76395aeaa8a8edacc9bc8bbe11f8d476cc5b323a8a03c874cd094c813f6d4 + +case "$XBPS_TARGET_MACHINE" in + *-musl) makedepends+=" nsss-devel" configure_args+=" --enable-nsss" ;; +esac + +post_install() { + vlicense COPYING + vdoc README + vcopy "doc/*" usr/share/doc/${pkgname} +} + +mdevd-doc_package() { + noarch=yes + short_desc+=" - documentation" + depends="${sourcepkg}>=${version}_${revision}" + pkg_install() { + vmove usr/share/doc + } +}