Date: Friday, December 5, 2014 @ 18:22:25
  Author: bluewind
Revision: 123485

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

Added:
  pivy/repos/community-i686/
  pivy/repos/community-i686/PKGBUILD
    (from rev 123484, pivy/trunk/PKGBUILD)
  pivy/repos/community-x86_64/
  pivy/repos/community-x86_64/PKGBUILD
    (from rev 123484, pivy/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   24 ++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   24 ++++++++++++++++++++++++
 2 files changed, 48 insertions(+)

Copied: pivy/repos/community-i686/PKGBUILD (from rev 123484, 
pivy/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD                             (rev 0)
+++ community-i686/PKGBUILD     2014-12-05 17:22:25 UTC (rev 123485)
@@ -0,0 +1,24 @@
+# Maintainer: Florian Pritz <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+# Contributor/Submitter: <[email protected]>
+
+pkgname=pivy
+pkgver=20101207
+pkgrel=1
+pkgdesc="Coin binding for Python"
+arch=('i686' 'x86_64')
+url="http://pivy.coin3d.org";
+license=('custom')
+depends=('python2' 'soqt')
+makedepends=('swig' 'mercurial')
+source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
+md5sums=('SKIP')
+
+package() {
+       cd "$srcdir/pivy"
+
+       python2 setup.py install --root="${pkgdir}"
+
+       install -D -m 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Copied: pivy/repos/community-x86_64/PKGBUILD (from rev 123484, 
pivy/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-05 17:22:25 UTC (rev 123485)
@@ -0,0 +1,24 @@
+# Maintainer: Florian Pritz <[email protected]>
+# Contributor: Christian Hesse <[email protected]>
+# Contributor/Submitter: <[email protected]>
+
+pkgname=pivy
+pkgver=20101207
+pkgrel=1
+pkgdesc="Coin binding for Python"
+arch=('i686' 'x86_64')
+url="http://pivy.coin3d.org";
+license=('custom')
+depends=('python2' 'soqt')
+makedepends=('swig' 'mercurial')
+source=("pivy::hg+https://bitbucket.org/Coin3D/pivy#tag=pivy-$pkgver";)
+md5sums=('SKIP')
+
+package() {
+       cd "$srcdir/pivy"
+
+       python2 setup.py install --root="${pkgdir}"
+
+       install -D -m 644 LICENSE 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+

Reply via email to