Date: Tuesday, April 11, 2023 @ 09:57:57
  Author: eworm
Revision: 473859

archrelease: copy trunk to testing-x86_64

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

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

Copied: parted/repos/testing-x86_64/PKGBUILD (from rev 473858, 
parted/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2023-04-11 09:57:57 UTC (rev 473859)
@@ -0,0 +1,35 @@
+# Maintainer: Giovanni Scafora <[email protected]>
+# Contributor: Aaron Griffin <[email protected]>
+
+pkgname=parted
+pkgver=3.6
+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')
+validpgpkeys=('1B49F933916A37A3F45A1812015F4DD4A70FB705'  # Phillip Susi 
<[email protected]>
+              'B4C6B451E4FA8B4232CA191E117E8C168EFE3A7F') # Brian C. Lane 
<[email protected]>
+source=("https://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.xz"{,.sig})
+sha256sums=('3b43dbe33cca0f9a18601ebab56b7852b128ec1a3df3a9b30ccde5e73359e612'
+            '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
+}

Reply via email to