[arch-commits] Commit in debugedit/repos (community-x86_64 community-x86_64/PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Sun Jan 2 00:09:02 UTC 2022


    Date: Sunday, January 2, 2022 @ 00:09:02
  Author: foxboron
Revision: 1092052

archrelease: copy trunk to community-x86_64

Added:
  debugedit/repos/community-x86_64/
  debugedit/repos/community-x86_64/PKGBUILD
    (from rev 1092051, debugedit/trunk/PKGBUILD)

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

Copied: debugedit/repos/community-x86_64/PKGBUILD (from rev 1092051, debugedit/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2022-01-02 00:09:02 UTC (rev 1092052)
@@ -0,0 +1,28 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Cody P Schafer <archlinux at codyps.com>
+# Contributor: John Eivind Helset <jehelset at gmail.com>
+
+pkgname=debugedit
+pkgver=5.0
+pkgrel=2
+pkgdesc='Tool to mangle source locations in .debug files'
+arch=('x86_64')
+url='https://sourceware.org/debugedit/'
+license=('LGPL2.1')
+depends=('libelf')
+source=("https://sourceware.org/ftp/debugedit/${pkgver}/debugedit-${pkgver}.tar.xz"{,.sig})
+validpgpkeys=('EC3CFE88F6CA0788774F5C1D1AA44BE649DE760A')
+sha512sums=('7e7f529eafe41b53f0b5bfc58282fdbfa0dfa93ed7908b70e81942d6d2b6f80fc9c6bff2ed9674fd98947e5750b615f4c8b222544989e2900c5f8ff5ae0efb92'
+            'SKIP')
+
+build() {
+    cd "${srcdir}/debugedit-${pkgver}"
+    autoreconf -i -f
+    ./configure --prefix=/usr
+    make
+}
+
+package() {
+    cd "${srcdir}/debugedit-${pkgver}"
+    make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list