aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/gptfdisk/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
committeremmett1 <emmett1.2iligrams@protonmail.com>2025-03-12 04:01:18 +0100
commitddd8e1a8fab2ac39396282a7c09ddf6eca219613 (patch)
tree12796519575126d60e06d02e9eab68856229cf58 /repos/extra/gptfdisk/abuild
parentb5a8a6c29e40f786ceb808c0b95f01c4251111d1 (diff)
downloadalicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.tar.gz
alicelinux-ddd8e1a8fab2ac39396282a7c09ddf6eca219613.zip
clang repos updated
Diffstat (limited to 'repos/extra/gptfdisk/abuild')
-rwxr-xr-xrepos/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 100755
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
-}