aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mdevd/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-03-03 04:11:20 +0000
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-03-03 04:11:20 +0000
commit58f93fc39d00a844ffc967c6df619d77f005629b (patch)
tree5bebdc213237a5cd2709c3a473106badd361a59c /repos/extra/mdevd/abuild
parent0dabb9797fe0fea51e5e4fb5928a643a1f2af43e (diff)
parentcd9dd179fe9c8179735a36224bf4aa076f1117ba (diff)
downloadalicelinux-58f93fc39d00a844ffc967c6df619d77f005629b.tar.gz
alicelinux-58f93fc39d00a844ffc967c6df619d77f005629b.zip
Merge pull request 'add: f2fs-tools, skalibs, mdevd' (#18) from xplshn/alicelinux:main into main
Reviewed-on: https://codeberg.org/emmett1/alicelinux/pulls/18
Diffstat (limited to 'repos/extra/mdevd/abuild')
-rw-r--r--repos/extra/mdevd/abuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/repos/extra/mdevd/abuild b/repos/extra/mdevd/abuild
new file mode 100644
index 00000000..159b3f87
--- /dev/null
+++ b/repos/extra/mdevd/abuild
@@ -0,0 +1,21 @@
+name=mdevd
+version=master
+version=0.1.6.5
+release=1
+source="https://github.com/skarnet/${name}/archive/v${version}/${name}-v${version}.tar.gz
+ mdevd.conf
+ mdevd.run"
+sv="mdevd.run"
+keep_static=1
+
+build() {
+ ./configure \
+ --prefix=/usr \
+ --enable-static-libc \
+ --disable-shared
+ make
+ make install
+
+ mkdir "$PKG/etc"
+ mv "$SRC/mdevd.conf" "$PKG/etc/mdevd.conf"
+}