[arch-commits] Commit in lrzip/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at gemini.archlinux.org
Fri Apr 22 22:08:07 UTC 2022
Date: Friday, April 22, 2022 @ 22:08:06
Author: dvzrv
Revision: 1187431
archrelease: copy trunk to community-x86_64
Added:
lrzip/repos/community-x86_64/PKGBUILD
(from rev 1187430, lrzip/trunk/PKGBUILD)
Deleted:
lrzip/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 72 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 36 insertions(+), 36 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-22 22:07:35 UTC (rev 1187430)
+++ PKGBUILD 2022-04-22 22:08:06 UTC (rev 1187431)
@@ -1,36 +0,0 @@
-# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: graysky <graysky at archlinux.us>
-# Contributor: <kastor at fobos.org.ar>
-
-pkgname=lrzip
-pkgver=0.641
-pkgrel=1
-pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
-url='https://github.com/ckolivas/lrzip'
-license=('GPL')
-arch=('x86_64')
-depends=('lzo')
-makedepends=('git')
-source=("git+https://github.com/ckolivas/lrzip#tag=v$pkgver")
-sha256sums=('SKIP')
-
-build() {
- cd "$pkgname"
-
- CFLAGS="$CFLAGS -fomit-frame-pointer"
- CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
-
- ./autogen.sh --prefix=/usr "$flags"
- make
-}
-
-check() {
- make -C "$pkgname" -k check
-}
-
-package() {
- make -C "$pkgname" DESTDIR="$pkgdir" install-strip
-}
-
-# vim: ts=2 sw=2 et:
-# getver: -u 3 github.com/ckolivas/lrzip/blob/master/ChangeLog
Copied: lrzip/repos/community-x86_64/PKGBUILD (from rev 1187430, lrzip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-22 22:08:06 UTC (rev 1187431)
@@ -0,0 +1,36 @@
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: graysky <graysky at archlinux.us>
+# Contributor: <kastor at fobos.org.ar>
+
+pkgname=lrzip
+pkgver=0.641
+pkgrel=2
+pkgdesc='Multi-threaded compression with rzip/lzma, lzo, and zpaq'
+url='https://github.com/ckolivas/lrzip'
+license=('GPL')
+arch=('x86_64')
+depends=('lzo')
+makedepends=('git')
+source=("git+https://github.com/ckolivas/lrzip#tag=v$pkgver")
+sha256sums=('SKIP')
+
+build() {
+ cd "$pkgname"
+
+ CFLAGS="$CFLAGS -fomit-frame-pointer"
+ CXXFLAGS="$CXXFLAGS -fomit-frame-pointer"
+
+ ./autogen.sh --prefix=/usr "$flags"
+ make
+}
+
+check() {
+ make -C "$pkgname" -k check
+}
+
+package() {
+ make -C "$pkgname" DESTDIR="$pkgdir" install-strip
+}
+
+# vim: ts=2 sw=2 et:
+# getver: -u 3 github.com/ckolivas/lrzip/blob/master/ChangeLog
More information about the arch-commits
mailing list