[arch-commits] Commit in shhopt/repos (4 files)

Jonathan Steel jsteel at archlinux.org
Mon Jul 10 13:06:02 UTC 2017


    Date: Monday, July 10, 2017 @ 13:06:01
  Author: jsteel
Revision: 243618

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   52 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 ---------------------
 community-x86_64/PKGBUILD |   25 ---------------------
 3 files changed, 52 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-10 13:05:47 UTC (rev 243617)
+++ community-i686/PKGBUILD	2017-07-10 13:06:01 UTC (rev 243618)
@@ -1,25 +0,0 @@
-# Maintainer: jsteel <jsteel at aur.archlinux.org>
-# Contributor: Peter Simons <simons at cryp.to>
-
-pkgname=shhopt
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="Library for parsing command line options"
-arch=('i686' 'x86_64')
-url="http://shh.thathost.com/pub-unix"
-license=('GPL')
-source=($url/files/$pkgname-$pkgver.tar.gz)
-md5sums=('caf24206354296e8a48771aea1f47fbd')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make OPTIM="$CFLAGS" dep
-  make OPTIM="$CFLAGS"
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
-}

Copied: shhopt/repos/community-i686/PKGBUILD (from rev 243617, shhopt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-10 13:06:01 UTC (rev 243618)
@@ -0,0 +1,26 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhopt
+pkgver=1.1.7
+pkgrel=2
+pkgdesc="Library for parsing command line options"
+arch=('i686' 'x86_64')
+url="http://shh.thathost.com/pub-unix"
+license=('GPL')
+options=('staticlibs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('caf24206354296e8a48771aea1f47fbd')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make OPTIM="$CFLAGS" dep
+  make OPTIM="$CFLAGS"
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-10 13:05:47 UTC (rev 243617)
+++ community-x86_64/PKGBUILD	2017-07-10 13:06:01 UTC (rev 243618)
@@ -1,25 +0,0 @@
-# Maintainer: jsteel <jsteel at aur.archlinux.org>
-# Contributor: Peter Simons <simons at cryp.to>
-
-pkgname=shhopt
-pkgver=1.1.7
-pkgrel=1
-pkgdesc="Library for parsing command line options"
-arch=('i686' 'x86_64')
-url="http://shh.thathost.com/pub-unix"
-license=('GPL')
-source=($url/files/$pkgname-$pkgver.tar.gz)
-md5sums=('caf24206354296e8a48771aea1f47fbd')
-
-build() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make OPTIM="$CFLAGS" dep
-  make OPTIM="$CFLAGS"
-}
-
-package() {
-  cd "$srcdir"/$pkgname-$pkgver
-
-  make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
-}

Copied: shhopt/repos/community-x86_64/PKGBUILD (from rev 243617, shhopt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-10 13:06:01 UTC (rev 243618)
@@ -0,0 +1,26 @@
+# Maintainer: Jonathan Steel <jsteel at aur.archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhopt
+pkgver=1.1.7
+pkgrel=2
+pkgdesc="Library for parsing command line options"
+arch=('i686' 'x86_64')
+url="http://shh.thathost.com/pub-unix"
+license=('GPL')
+options=('staticlibs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('caf24206354296e8a48771aea1f47fbd')
+
+build() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make OPTIM="$CFLAGS" dep
+  make OPTIM="$CFLAGS"
+}
+
+package() {
+  cd "$srcdir"/$pkgname-$pkgver
+
+  make OPTIM="$CFLAGS" INSTBASEDIR="$pkgdir"/usr/ install
+}



More information about the arch-commits mailing list