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

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


    Date: Monday, July 10, 2017 @ 13:13:14
  Author: jsteel
Revision: 243624

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-07-10 13:13:04 UTC (rev 243623)
+++ community-i686/PKGBUILD	2017-07-10 13:13:14 UTC (rev 243624)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: shhopt/repos/community-i686/PKGBUILD (from rev 243623, shhopt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-07-10 13:13:14 UTC (rev 243624)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhopt
+pkgver=1.1.7
+pkgrel=3
+pkgdesc="Library for parsing command line options"
+arch=('i686' 'x86_64')
+url="http://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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-07-10 13:13:04 UTC (rev 243623)
+++ community-x86_64/PKGBUILD	2017-07-10 13:13:14 UTC (rev 243624)
@@ -1,26 +0,0 @@
-# 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
-}

Copied: shhopt/repos/community-x86_64/PKGBUILD (from rev 243623, shhopt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-07-10 13:13:14 UTC (rev 243624)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhopt
+pkgver=1.1.7
+pkgrel=3
+pkgdesc="Library for parsing command line options"
+arch=('i686' 'x86_64')
+url="http://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
+}



More information about the arch-commits mailing list