aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/mdevd/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:25:08 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2025-06-03 14:25:08 +0000
commitac02af34e6938758c236ee87e99a65e9d7318c43 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /repos/extra/mdevd/abuild
parent495bfcc4011c3eb286cb5e4d57aef27af6b8751e (diff)
downloadalicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.tar.gz
alicelinux-ac02af34e6938758c236ee87e99a65e9d7318c43.zip
Woodpecker CI 495bfcc4011c3eb286cb5e4d57aef27af6b8751e [SKIP CI]
Diffstat (limited to 'repos/extra/mdevd/abuild')
-rw-r--r--repos/extra/mdevd/abuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/repos/extra/mdevd/abuild b/repos/extra/mdevd/abuild
deleted file mode 100644
index c00ceff6..00000000
--- a/repos/extra/mdevd/abuild
+++ /dev/null
@@ -1,20 +0,0 @@
-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"
-}