[arch-commits] Commit in parted/repos (testing-x86_64 testing-x86_64/PKGBUILD)

Christian Hesse eworm at gemini.archlinux.org
Mon Apr 18 20:24:38 UTC 2022


    Date: Monday, April 18, 2022 @ 20:24:38
  Author: eworm
Revision: 442907

archrelease: copy trunk to testing-x86_64

Added:
  parted/repos/testing-x86_64/
  parted/repos/testing-x86_64/PKGBUILD
    (from rev 442906, parted/trunk/PKGBUILD)

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Copied: parted/repos/testing-x86_64/PKGBUILD (from rev 442906, parted/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2022-04-18 20:24:38 UTC (rev 442907)
@@ -0,0 +1,36 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+
+pkgname=parted
+pkgver=3.5
+pkgrel=1
+pkgdesc='A program for creating, destroying, resizing, checking and copying partitions'
+arch=('x86_64')
+license=('GPL3')
+url='https://www.gnu.org/software/parted/parted.html'
+depends=('device-mapper' 'util-linux-libs')
+makedepends=('pkg-config')
+options=('debug')
+validpgpkeys=('1B49F933916A37A3F45A1812015F4DD4A70FB705'  # Phillip Susi <psusi at ubuntu.com>
+              'B4C6B451E4FA8B4232CA191E117E8C168EFE3A7F') # Brian C. Lane <bcl at redhat.com>
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('4938dd5c1c125f6c78b1f4b3e297526f18ee74aa43d45c248578b1d2470c05a2'
+            'SKIP')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  # Do *not* add --disable-debug, it prevents building fatresize
+  # https://github.com/ya-mouse/fatresize/issues/9
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --disable-rpath
+  make
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list