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

Jonathan Steel jsteel at nymeria.archlinux.org
Thu Jul 25 20:14:03 UTC 2013


    Date: Thursday, July 25, 2013 @ 22:14:03
  Author: jsteel
Revision: 94487

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

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

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

Copied: shhmsg/repos/community-i686/PKGBUILD (from rev 94486, shhmsg/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-25 20:14:03 UTC (rev 94487)
@@ -0,0 +1,25 @@
+# Maintainer: jsteel <jsteel at aur.archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhmsg
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Library for displaying messages"
+arch=('i686' 'x86_64')
+url="http://shh.thathost.com/pub-unix"
+license=('GPL')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('de300150851786eb19cb9b9ad234d7a2')
+
+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: shhmsg/repos/community-x86_64/PKGBUILD (from rev 94486, shhmsg/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-25 20:14:03 UTC (rev 94487)
@@ -0,0 +1,25 @@
+# Maintainer: jsteel <jsteel at aur.archlinux.org>
+# Contributor: Peter Simons <simons at cryp.to>
+
+pkgname=shhmsg
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="Library for displaying messages"
+arch=('i686' 'x86_64')
+url="http://shh.thathost.com/pub-unix"
+license=('GPL')
+source=($url/files/$pkgname-$pkgver.tar.gz)
+md5sums=('de300150851786eb19cb9b9ad234d7a2')
+
+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