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

Daniel Bermond dbermond at gemini.archlinux.org
Sat Jan 29 15:30:26 UTC 2022


    Date: Saturday, January 29, 2022 @ 15:30:25
  Author: dbermond
Revision: 1119847

archrelease: copy trunk to community-x86_64

Added:
  pax/repos/community-x86_64/PKGBUILD
    (from rev 1119846, pax/trunk/PKGBUILD)
Deleted:
  pax/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   81 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 40 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-29 15:30:00 UTC (rev 1119846)
+++ PKGBUILD	2022-01-29 15:30:25 UTC (rev 1119847)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=pax
-pkgver=20201030
-pkgrel=1
-pkgdesc='Portable Archive Interchange - the POSIX standard archive tool for cpio and tar formats'
-arch=('x86_64')
-url='https://www.mirbsd.org/pax.htm'
-license=('BSD')
-depends=('glibc')
-source=("https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${pkgver}.cpio.gz")
-noextract=("paxmirabilis-${pkgver}.cpio.gz")
-sha256sums=('fe3f99c28ba7a46c4bce0b329da3742908b87fe8fbe17f0db1f99a1bd053d46b')
-
-prepare() {
-    mkdir -p "${pkgname}-${pkgver}/build"
-    bsdtar -x -f "paxmirabilis-${pkgver}.cpio.gz" -C "$pkgname-${pkgver}" --strip-components='1'
-}
-
-build() {
-    cd "${pkgname}-${pkgver}/build"
-    sh ../Build.sh -r -tpax
-    
-    # license
-    sed -n '5,36p' ../pax.h > LICENSE # create file
-    sed -i '1,32s/^.\{,3\}//' LICENSE # erase C comments
-}
-
-package(){
-    # executables
-    install -D -m755 "${pkgname}-${pkgver}/build/pax" -t "${pkgdir}/usr/bin"
-    ln -s pax "${pkgdir}/usr/bin/paxcpio"
-    ln -s pax "${pkgdir}/usr/bin/paxtar"
-    
-    # man pages
-    install -D -m644 "${pkgname}-${pkgver}/build/mans/"*.1 -t "${pkgdir}/usr/share/man/man1"
-    
-    # license
-    install -D -m644 "${pkgname}-${pkgver}/build/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
-}

Copied: pax/repos/community-x86_64/PKGBUILD (from rev 1119846, pax/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-01-29 15:30:25 UTC (rev 1119847)
@@ -0,0 +1,40 @@
+# Maintainer: Daniel Bermond <dbermond at archlinux.org>
+
+pkgname=pax
+pkgver=20201030
+pkgrel=2
+pkgdesc='Portable Archive Interchange - the POSIX standard archive tool for cpio and tar formats'
+arch=('x86_64')
+url='https://www.mirbsd.org/pax.htm'
+license=('BSD')
+depends=('glibc')
+source=("https://www.mirbsd.org/MirOS/dist/mir/cpio/paxmirabilis-${pkgver}.cpio.gz")
+noextract=("paxmirabilis-${pkgver}.cpio.gz")
+sha256sums=('fe3f99c28ba7a46c4bce0b329da3742908b87fe8fbe17f0db1f99a1bd053d46b')
+
+prepare() {
+    mkdir -p "${pkgname}-${pkgver}/build"
+    bsdtar -x -f "paxmirabilis-${pkgver}.cpio.gz" -C "$pkgname-${pkgver}" --strip-components='1'
+}
+
+build() {
+    cd "${pkgname}-${pkgver}/build"
+    sh ../Build.sh -r -tpax
+    
+    # license
+    sed -n '5,36p' ../pax.h > LICENSE # create file
+    sed -i '1,32s/^.\{,3\}//' LICENSE # erase C comments
+}
+
+package(){
+    # executables
+    install -D -m755 "${pkgname}-${pkgver}/build/pax" -t "${pkgdir}/usr/bin"
+    ln -s pax "${pkgdir}/usr/bin/paxcpio"
+    ln -s pax "${pkgdir}/usr/bin/paxtar"
+    
+    # man pages
+    install -D -m644 "${pkgname}-${pkgver}/build/mans/"*.1 -t "${pkgdir}/usr/share/man/man1"
+    
+    # license
+    install -D -m644 "${pkgname}-${pkgver}/build/LICENSE" -t "${pkgdir}/usr/share/licenses/${pkgname}"
+}



More information about the arch-commits mailing list