[arch-commits] Commit in catatonit/repos/community-x86_64 (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sun Nov 7 12:12:50 UTC 2021
Date: Sunday, November 7, 2021 @ 12:12:49
Author: foxboron
Revision: 1038528
archrelease: copy trunk to community-x86_64
Added:
catatonit/repos/community-x86_64/PKGBUILD
(from rev 1038527, catatonit/trunk/PKGBUILD)
Deleted:
catatonit/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 37 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-11-07 12:12:41 UTC (rev 1038527)
+++ PKGBUILD 2021-11-07 12:12:49 UTC (rev 1038528)
@@ -1,35 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Contributor: Axel Hinrichs <hinrichs at bitscape.de>
-
-pkgname=catatonit
-pkgver=0.1.6
-pkgrel=1
-pkgdesc="A container init that is so simple it's effectively brain-dead."
-arch=('x86_64')
-url="https://github.com/openSUSE/catatonit/"
-license=('GPL3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz"
- "$pkgname-$pkgver.tar.gz.asc::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz.asc")
-validpgpkeys=('5F36C6C61B5460124A75F5A69E18AA267DDB8DB4')
-sha256sums=('45cc16e339d2c34d86f62bebbe9b5071453d591f2d92aee33acd37f898b1754b'
- 'SKIP')
-
-prepare() {
- cd "$pkgname-$pkgver"
- autoreconf -fi
-}
-
-build() {
- cd "$pkgname-$pkgver"
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd "$pkgname-$pkgver"
- make PREFIX=/usr DESTDIR="$pkgdir" install
- install -d "${pkgdir}/usr/libexec/podman/"
- ln -s /usr/bin/$pkgname "${pkgdir}/usr/libexec/podman/"
-}
-
-# vim: ft=sh syn=sh
Copied: catatonit/repos/community-x86_64/PKGBUILD (from rev 1038527, catatonit/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-11-07 12:12:49 UTC (rev 1038528)
@@ -0,0 +1,37 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Contributor: Axel Hinrichs <hinrichs at bitscape.de>
+
+pkgname=catatonit
+pkgver=0.1.7
+pkgrel=1
+pkgdesc="A container init that is so simple it's effectively brain-dead."
+arch=('x86_64')
+url="https://github.com/openSUSE/catatonit/"
+license=('GPL3')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/openSUSE/catatonit/releases/download/v$pkgver/$pkgname.tar.xz"{,.asc}
+ "patch-autoconf.patch::https://github.com/openSUSE/catatonit/commit/99bb9048f532257f3a2c3856cfa19fe957ab6cec.patch")
+validpgpkeys=('5F36C6C61B5460124A75F5A69E18AA267DDB8DB4')
+sha256sums=('6ea6cb8c7feeca2cf101e7f794dab6eeb192cde177ecc7714d2939655d3d8997'
+ '6ea6cb8c7feeca2cf101e7f794dab6eeb192cde177ecc7714d2939655d3d8997'
+ '93e0429aa58cecea6cf2a8727bcc53e6eca90da63305a24c4f826b5e31c90d1a')
+
+prepare(){
+ cd "$pkgname-$pkgver"
+ patch -Np1 < "$srcdir/patch-autoconf.patch"
+}
+
+build() {
+ cd "$pkgname-$pkgver"
+ ./autogen.sh
+ ./configure --prefix=/usr
+ make
+}
+
+package() {
+ cd "$pkgname-$pkgver"
+ make PREFIX=/usr DESTDIR="$pkgdir" install
+ install -d "${pkgdir}/usr/libexec/podman/"
+ ln -s /usr/bin/$pkgname "${pkgdir}/usr/libexec/podman/"
+}
+
+# vim: ft=sh syn=sh
More information about the arch-commits
mailing list