[arch-commits] Commit in meteor/repos (2 files)

Alexander Rødseth arodseth at archlinux.org
Tue Feb 10 20:35:16 UTC 2015


    Date: Tuesday, February 10, 2015 @ 21:35:15
  Author: arodseth
Revision: 127537

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

Added:
  meteor/repos/community-i686/PKGBUILD
    (from rev 127536, meteor/trunk/PKGBUILD)
  meteor/repos/community-x86_64/PKGBUILD
    (from rev 127536, meteor/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   36 ++++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+)

Copied: meteor/repos/community-i686/PKGBUILD (from rev 127536, meteor/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2015-02-10 20:35:15 UTC (rev 127537)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Parth Buch <parthbuch115 at gmail dot com>
+# Contributor: Tom Vincent <http://tlvince.com/contact/>
+# Contributor: Valentin Haloiu <vially.ichb+aur at gmail.com>
+# Contributor: Arthur Zamarin <arthurzam at gmail.com>
+
+pkgname=meteor
+pkgver=1.0.3.1
+pkgrel=2
+pkgdesc='Platform for rapidly developing mobile and web applications'
+arch=('x86_64' 'i686')
+url='https://www.meteor.com/'
+license=('MIT')
+depends=('nodejs' 'mongodb')
+makedepends=('git' 'scons' 'mongodb' 'nodejs' 'python2') # 'kexec-tools'
+options=('!strip')
+source=("git://github.com/meteor/meteor.git#tag=release/METEOR@$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  PYTHON=/usr/bin/python2 scripts/generate-dev-bundle.sh
+}
+
+package() {
+  install -d "$pkgdir/"{opt,usr/bin}
+  cd "$pkgdir/opt"
+  tar zxf "$srcdir/$pkgname/dev_bundle"*".tar.gz"
+  cd "$srcdir/$pkgname"
+  install -Dm755 meteor "$pkgdir/opt/meteor/meteor"
+  ln -s /opt/meteor/meteor "$pkgdir/usr/bin/meteor"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: meteor/repos/community-x86_64/PKGBUILD (from rev 127536, meteor/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-02-10 20:35:15 UTC (rev 127537)
@@ -0,0 +1,36 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Massimiliano Torromeo <massimiliano.torromeo at gmail.com>
+# Contributor: Parth Buch <parthbuch115 at gmail dot com>
+# Contributor: Tom Vincent <http://tlvince.com/contact/>
+# Contributor: Valentin Haloiu <vially.ichb+aur at gmail.com>
+# Contributor: Arthur Zamarin <arthurzam at gmail.com>
+
+pkgname=meteor
+pkgver=1.0.3.1
+pkgrel=2
+pkgdesc='Platform for rapidly developing mobile and web applications'
+arch=('x86_64' 'i686')
+url='https://www.meteor.com/'
+license=('MIT')
+depends=('nodejs' 'mongodb')
+makedepends=('git' 'scons' 'mongodb' 'nodejs' 'python2') # 'kexec-tools'
+options=('!strip')
+source=("git://github.com/meteor/meteor.git#tag=release/METEOR@$pkgver")
+md5sums=('SKIP')
+
+build() {
+  cd "$pkgname"
+  PYTHON=/usr/bin/python2 scripts/generate-dev-bundle.sh
+}
+
+package() {
+  install -d "$pkgdir/"{opt,usr/bin}
+  cd "$pkgdir/opt"
+  tar zxf "$srcdir/$pkgname/dev_bundle"*".tar.gz"
+  cd "$srcdir/$pkgname"
+  install -Dm755 meteor "$pkgdir/opt/meteor/meteor"
+  ln -s /opt/meteor/meteor "$pkgdir/usr/bin/meteor"
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list