[arch-commits] Commit in (6 files)

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


    Date: Tuesday, February 10, 2015 @ 21:34:26
  Author: arodseth
Revision: 127536

Moving from AUR (10 votes). Switched to git.

Added:
  meteor/
  meteor/repos/
  meteor/repos/community-i686/
  meteor/repos/community-x86_64/
  meteor/trunk/
  meteor/trunk/PKGBUILD

----------+
 PKGBUILD |   36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

Added: meteor/trunk/PKGBUILD
===================================================================
--- meteor/trunk/PKGBUILD	                        (rev 0)
+++ meteor/trunk/PKGBUILD	2015-02-10 20:34:26 UTC (rev 127536)
@@ -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:


Property changes on: meteor/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list