[arch-commits] Commit in pax/repos/community-x86_64 (PKGBUILD PKGBUILD)
Daniel Bermond
dbermond at archlinux.org
Fri Dec 18 13:11:31 UTC 2020
Date: Friday, December 18, 2020 @ 13:11:30
Author: dbermond
Revision: 778585
archrelease: copy trunk to community-x86_64
Added:
pax/repos/community-x86_64/PKGBUILD
(from rev 778584, pax/trunk/PKGBUILD)
Deleted:
pax/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 82 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 41 insertions(+), 41 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-12-18 13:11:08 UTC (rev 778584)
+++ PKGBUILD 2020-12-18 13:11:30 UTC (rev 778585)
@@ -1,41 +0,0 @@
-# Maintainer: Daniel Bermond <dbermond at archlinux.org>
-# Maintainer: Eli Schwartz <eschwartz at archlinux.org>
-
-pkgname=pax
-pkgver=20200904
-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=('c893daefdaaeb564dcce62dede1739d9960a67ceae4271964753271a61c0a531')
-
-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 778584, pax/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-12-18 13:11:30 UTC (rev 778585)
@@ -0,0 +1,41 @@
+# 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}"
+}
More information about the arch-commits
mailing list