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

Felix Yan fyan at nymeria.archlinux.org
Tue Oct 22 06:58:56 UTC 2013


    Date: Tuesday, October 22, 2013 @ 08:58:56
  Author: fyan
Revision: 98981

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

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

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

Copied: zinnia/repos/community-testing-i686/PKGBUILD (from rev 98980, zinnia/trunk/PKGBUILD)
===================================================================
--- community-testing-i686/PKGBUILD	                        (rev 0)
+++ community-testing-i686/PKGBUILD	2013-10-22 06:58:56 UTC (rev 98981)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Humbert Julien <julroy67 [AT] gmail.com>
+
+pkgname=zinnia
+pkgver=0.06
+pkgrel=3
+pkgdesc="Simple, customizable and portable online hand recognition system based on Support Vector Machines"
+arch=('i686' 'x86_64')
+url="http://zinnia.sourceforge.net/"
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('libtool')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}

Copied: zinnia/repos/community-testing-x86_64/PKGBUILD (from rev 98980, zinnia/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2013-10-22 06:58:56 UTC (rev 98981)
@@ -0,0 +1,29 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: Humbert Julien <julroy67 [AT] gmail.com>
+
+pkgname=zinnia
+pkgver=0.06
+pkgrel=3
+pkgdesc="Simple, customizable and portable online hand recognition system based on Support Vector Machines"
+arch=('i686' 'x86_64')
+url="http://zinnia.sourceforge.net/"
+license=('BSD')
+depends=('gcc-libs')
+makedepends=('libtool')
+source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname/$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('ece3af93f937282971634fd81d3e997f848e8cfa958220e26a4564ca064ac20b')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "$srcdir/$pkgname-$pkgver/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}




More information about the arch-commits mailing list