aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-16 22:49:31 +0300
committerCem Keylan <cem@ckyln.com>2021-08-16 22:49:31 +0300
commit4b5a37f7f52606515a83aaca55c33714f6095129 (patch)
treeacd9d976296b5a051af5215a0f4f37ef2002d55a /community
parentbe52bdbe7dbde3412e52a4a5ae6a0bfc8f7995aa (diff)
downloadrepository-4b5a37f7f52606515a83aaca55c33714f6095129.tar.gz
parted: add new package at 3.4
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/parted/build14
-rw-r--r--community/parted/checksums2
-rw-r--r--community/parted/sources1
-rw-r--r--community/parted/version1
4 files changed, 18 insertions, 0 deletions
diff --git a/community/parted/build b/community/parted/build
new file mode 100755
index 00000000..4ade35be
--- /dev/null
+++ b/community/parted/build
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+export LDFLAGS="$LDFLAGS -static"
+
+./configure \
+ --prefix=/usr \
+ --sbindir=/usr/bin \
+ --disable-nls \
+ --disable-rpath \
+ --disable-device-mapper \
+ "--with$(cpt l -C readline '' out)-readline"
+
+make
+make DESTDIR="$1" install
diff --git a/community/parted/checksums b/community/parted/checksums
new file mode 100644
index 00000000..191bb5b2
--- /dev/null
+++ b/community/parted/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+1e55ace37a146ff7625d21dd41d04e7948f1ec78ea962ac743b12414b9c86255 parted-3.4.tar.xz
diff --git a/community/parted/sources b/community/parted/sources
new file mode 100644
index 00000000..1d6a356c
--- /dev/null
+++ b/community/parted/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/parted/parted-3.4.tar.xz
diff --git a/community/parted/version b/community/parted/version
new file mode 100644
index 00000000..5647cc28
--- /dev/null
+++ b/community/parted/version
@@ -0,0 +1 @@
+3.4 1