[arch-commits] Commit in (meson meson/repos meson/trunk meson/trunk/PKGBUILD)

Anatol Pomozov anatolik at archlinux.org
Fri Jan 29 19:04:20 UTC 2016


    Date: Friday, January 29, 2016 @ 20:04:19
  Author: anatolik
Revision: 159419

Move meson from AUR to [community]

Added:
  meson/
  meson/repos/
  meson/trunk/
  meson/trunk/PKGBUILD

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

Added: meson/trunk/PKGBUILD
===================================================================
--- meson/trunk/PKGBUILD	                        (rev 0)
+++ meson/trunk/PKGBUILD	2016-01-29 19:04:19 UTC (rev 159419)
@@ -0,0 +1,25 @@
+# Maintainer: Anatol Pomozov <anatol dot pomozov at gmail>
+
+pkgname=meson
+pkgver=0.29.0
+pkgrel=2
+pkgdesc='SCons-like build system that use python as a front-end language and Ninja as a building backend'
+url='http://mesonbuild.com/'
+arch=(any)
+depends=(python ninja)
+#checkdepends=(gcc-objc gnustep-make vala rust gcc-fortran mono boost gtest qt5-base)
+license=(Apache)
+source=(https://pypi.python.org/packages/source/m/meson/meson-$pkgver.tar.gz)
+sha1sums=('8d8329106f7fdcefbd70d32159e34fcc46f97d05')
+
+check() {
+  cd meson-$pkgver
+#  tests require a lot of dependencies
+#  ./run_tests.py
+}
+
+package() {
+  cd meson-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1
+  install -D -m644 COPYING $pkgdir/usr/share/licenses/$pkgname/COPYING
+}


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



More information about the arch-commits mailing list