aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/gptfdisk/abuild
diff options
context:
space:
mode:
authorWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
committerWoodpecker CI <emmett1.2miligrams@protonmail.com>2026-05-24 15:40:32 +0000
commitdea2a1fa20fc8e843cd85e5920a67b9054d00b2e (patch)
treef331ff92dc5fd26f5803b483a24a0a21fd9bb97a /repos/extra/gptfdisk/abuild
parentef5bfeb93345a5a681d88e99775622bf28defd8d (diff)
downloadalicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.tar.gz
alicelinux-dea2a1fa20fc8e843cd85e5920a67b9054d00b2e.zip
Woodpecker CI ef5bfeb93345a5a681d88e99775622bf28defd8d [SKIP CI]
Diffstat (limited to 'repos/extra/gptfdisk/abuild')
-rw-r--r--repos/extra/gptfdisk/abuild13
1 files changed, 0 insertions, 13 deletions
diff --git a/repos/extra/gptfdisk/abuild b/repos/extra/gptfdisk/abuild
deleted file mode 100644
index 3d74c086..00000000
--- a/repos/extra/gptfdisk/abuild
+++ /dev/null
@@ -1,13 +0,0 @@
-name=gptfdisk
-version=1.0.10
-release=1
-source="https://downloads.sourceforge.net/$name/$name-$version.tar.gz
- gptfdisk-1.0.9-convenience-1.patch
- fix-musl.patch"
-
-prebuild() {
- sed -i 's|ncursesw/||' gptcurses.cc
- sed -i 's|sbin|usr/sbin|' Makefile
- sed -i '/UUID_H/s/^.*$/#if defined (_UUID_UUID_H) || defined (_UL_LIBUUID_UUID_H)/' guid.cc
- sed -i "/device =/s/= \(.*\);/= strdup(\1);/" gptcl.cc
-}