aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-28 21:36:46 +0300
committerCem Keylan <cem@ckyln.com>2021-08-28 21:36:46 +0300
commit837bd81d0ddc0c2fb62f95353f26f52059e7cdba (patch)
tree1d29fa19bc97283ac4395cd9cf6c50d5f7e7c1f2 /community
parent967a0d9aef15609c13c9316eb3733339895d9466 (diff)
downloadrepository-837bd81d0ddc0c2fb62f95353f26f52059e7cdba.tar.gz
parted: add meta file
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/parted/build3
-rw-r--r--community/parted/depends1
-rw-r--r--community/parted/meta3
3 files changed, 6 insertions, 1 deletions
diff --git a/community/parted/build b/community/parted/build
index 4ade35be..754547ca 100755
--- a/community/parted/build
+++ b/community/parted/build
@@ -10,5 +10,6 @@ export LDFLAGS="$LDFLAGS -static"
--disable-device-mapper \
"--with$(cpt l -C readline '' out)-readline"
-make
+# I hate it when build systems don't adhere to flags.
+make CC="${CC:-cc} --static"
make DESTDIR="$1" install
diff --git a/community/parted/depends b/community/parted/depends
new file mode 100644
index 00000000..ba452e57
--- /dev/null
+++ b/community/parted/depends
@@ -0,0 +1 @@
+util-linux make
diff --git a/community/parted/meta b/community/parted/meta
new file mode 100644
index 00000000..9589a81d
--- /dev/null
+++ b/community/parted/meta
@@ -0,0 +1,3 @@
+description: Disk partition resizing program
+license: GPL-3.0+
+maintainer: Cem Keylan <cem@carbslinux.org>