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

Antonio Rojas arojas at gemini.archlinux.org
Sun Apr 24 17:14:26 UTC 2022


    Date: Sunday, April 24, 2022 @ 17:14:26
  Author: arojas
Revision: 1189635

archrelease: copy trunk to community-x86_64

Added:
  shhopt/repos/community-x86_64/PKGBUILD
    (from rev 1189634, shhopt/trunk/PKGBUILD)
Deleted:
  shhopt/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 31 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-24 17:14:16 UTC (rev 1189634)
+++ PKGBUILD	2022-04-24 17:14:26 UTC (rev 1189635)
@@ -1,30 +0,0 @@
-# Maintainer: Jonathan Steel <jsteel at archlinux.org>
-# Contributor: Peter Simons <simons at cryp.to>
-
-pkgname=shhopt
-pkgver=1.1.7
-pkgrel=5
-pkgdesc="Library for parsing command line options"
-arch=('x86_64')
-url="https://shh.thathost.com/pub-unix"
-license=('PerlArtistic')
-options=('staticlibs')
-source=($url/files/$pkgname-$pkgver.tar.gz)
-md5sums=('caf24206354296e8a48771aea1f47fbd')
-
-build() {
-  cd $pkgname-$pkgver
-
-  make OPTIM="$CFLAGS" dep
-  make OPTIM="$CFLAGS"
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
-
-  for i in ChangeLog CREDITS INSTALL README; do
-    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
-  done
-}

Copied: shhopt/repos/community-x86_64/PKGBUILD (from rev 1189634, shhopt/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-24 17:14:26 UTC (rev 1189635)
@@ -0,0 +1,31 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhopt
+pkgver=1.1.7
+pkgrel=6
+pkgdesc="Library for parsing command line options"
+arch=('x86_64')
+url="https://shh.thathost.com/pub-unix"
+license=('PerlArtistic')
+options=('staticlibs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('caf24206354296e8a48771aea1f47fbd')
+
+build() {
+  cd $pkgname-$pkgver
+
+  CFLAGS+=' -ffat-lto-objects'
+  make OPTIM="$CFLAGS" dep
+  make OPTIM="$CFLAGS"
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
+
+  for i in ChangeLog CREDITS INSTALL README; do
+    install -Dm644 $i "$pkgdir"/usr/share/doc/$pkgname/$i
+  done
+}



More information about the arch-commits mailing list