Date: Saturday, April 27, 2013 @ 20:11:13
  Author: bisson
Revision: 183752

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

Added:
  libpano13/repos/staging-i686/
  libpano13/repos/staging-i686/PKGBUILD
    (from rev 183751, libpano13/trunk/PKGBUILD)
  libpano13/repos/staging-x86_64/
  libpano13/repos/staging-x86_64/PKGBUILD
    (from rev 183751, libpano13/trunk/PKGBUILD)

-------------------------+
 staging-i686/PKGBUILD   |   28 ++++++++++++++++++++++++++++
 staging-x86_64/PKGBUILD |   28 ++++++++++++++++++++++++++++
 2 files changed, 56 insertions(+)

Copied: libpano13/repos/staging-i686/PKGBUILD (from rev 183751, 
libpano13/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD                               (rev 0)
+++ staging-i686/PKGBUILD       2013-04-27 18:11:13 UTC (rev 183752)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+
+pkgname=libpano13
+pkgver=2.9.18
+pkgrel=3
+pkgdesc='Basic library to calculate panoramical pictures - core functions of 
the panotools'
+url='http://panotools.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libpng' 'libtiff')
+makedepends=('jdk7-openjdk')
+source=("http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('23849bdbdfc9176a2b53d157e58bd24aa0e7276e')
+
+options=('!libtool')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --mandir=/usr/share/man 
--with-java=${JAVA_HOME}
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Copied: libpano13/repos/staging-x86_64/PKGBUILD (from rev 183751, 
libpano13/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2013-04-27 18:11:13 UTC (rev 183752)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Gaetan Bisson <[email protected]>
+# Contributor: Tobias Kieslich <[email protected]>
+
+pkgname=libpano13
+pkgver=2.9.18
+pkgrel=3
+pkgdesc='Basic library to calculate panoramical pictures - core functions of 
the panotools'
+url='http://panotools.sourceforge.net/'
+arch=('i686' 'x86_64')
+license=('GPL2')
+depends=('libpng' 'libtiff')
+makedepends=('jdk7-openjdk')
+source=("http://downloads.sourceforge.net/sourceforge/panotools/${pkgname}-${pkgver}.tar.gz";)
+sha1sums=('23849bdbdfc9176a2b53d157e58bd24aa0e7276e')
+
+options=('!libtool')
+
+build() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       ./configure --prefix=/usr --mandir=/usr/share/man 
--with-java=${JAVA_HOME}
+       make
+}
+
+package() {
+       cd "${srcdir}/${pkgname}-${pkgver}"
+       make DESTDIR="${pkgdir}" install
+}

Reply via email to