Date: Saturday, March 21, 2015 @ 22:05:52
  Author: jsteel
Revision: 129729

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

Added:
  shhmsg/repos/community-testing-i686/
  shhmsg/repos/community-testing-i686/PKGBUILD
    (from rev 129728, shhmsg/trunk/PKGBUILD)
  shhmsg/repos/community-testing-x86_64/
  shhmsg/repos/community-testing-x86_64/PKGBUILD
    (from rev 129728, shhmsg/trunk/PKGBUILD)

-----------------------------------+
 community-testing-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-testing-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: shhmsg/repos/community-testing-i686/PKGBUILD (from rev 129728, 
shhmsg/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD                             (rev 0)
+++ community-testing-i686/PKGBUILD     2015-03-21 21:05:52 UTC (rev 129729)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <[email protected]>
+
+pkgname=shhmsg
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Library for displaying messages"
+arch=('i686' 'x86_64')
+url="http://shh.thathost.com/pub-unix";
+license=('PerlArtistic')
+options=('staticlibs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('30cab93040d2892539847437b7246b8b')
+
+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: shhmsg/repos/community-testing-x86_64/PKGBUILD (from rev 129728, 
shhmsg/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD                           (rev 0)
+++ community-testing-x86_64/PKGBUILD   2015-03-21 21:05:52 UTC (rev 129729)
@@ -0,0 +1,30 @@
+# Maintainer: Jonathan Steel <jsteel at archlinux.org>
+# Contributor: Peter Simons <[email protected]>
+
+pkgname=shhmsg
+pkgver=1.4.2
+pkgrel=1
+pkgdesc="Library for displaying messages"
+arch=('i686' 'x86_64')
+url="http://shh.thathost.com/pub-unix";
+license=('PerlArtistic')
+options=('staticlibs')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('30cab93040d2892539847437b7246b8b')
+
+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
+}

Reply via email to