aboutsummaryrefslogtreecommitdiff
path: root/mdevd/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:32:36 +0000
commit93a354611e38a6949add5c2e5ccc93ef79b9755f (patch)
tree7fee41752b1047d74c59f8ee046cd62735e7e934 /mdevd/abuild
parent35912580b66e9439f91ea441938828ad8aa33b0d (diff)
downloadalicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.tar.gz
alicelinux-93a354611e38a6949add5c2e5ccc93ef79b9755f.zip
Woodpecker CI 5171f1fdd74e7137c305450dd69a29fa5be4143f [SKIP CI]
Diffstat (limited to 'mdevd/abuild')
-rw-r--r--mdevd/abuild20
1 files changed, 20 insertions, 0 deletions
diff --git a/mdevd/abuild b/mdevd/abuild
new file mode 100644
index 00000000..c00ceff6
--- /dev/null
+++ b/mdevd/abuild
@@ -0,0 +1,20 @@
+name=mdevd
+version=0.1.7.0
+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"
+}