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

Jonathan Steel jsteel at nymeria.archlinux.org
Thu Jul 25 20:26:33 UTC 2013


    Date: Thursday, July 25, 2013 @ 22:26:32
  Author: jsteel
Revision: 94491

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

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

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

Copied: shhopt/repos/community-i686/PKGBUILD (from rev 94490, shhopt/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-07-25 20:26:32 UTC (rev 94491)
@@ -0,0 +1,25 @@
+# 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 94490, shhopt/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-07-25 20:26:32 UTC (rev 94491)
@@ -0,0 +1,25 @@
+# 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
+}




More information about the arch-commits mailing list