[arch-commits] Commit in parrot/repos (4 files)

Evangelos Foutras foutrelis at archlinux.org
Mon Apr 24 20:41:46 UTC 2017


    Date: Monday, April 24, 2017 @ 20:41:45
  Author: foutrelis
Revision: 225220

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

Added:
  parrot/repos/community-staging-i686/
  parrot/repos/community-staging-i686/PKGBUILD
    (from rev 225219, parrot/trunk/PKGBUILD)
  parrot/repos/community-staging-x86_64/
  parrot/repos/community-staging-x86_64/PKGBUILD
    (from rev 225219, parrot/trunk/PKGBUILD)

-----------------------------------+
 community-staging-i686/PKGBUILD   |   37 ++++++++++++++++++++++++++++++++++++
 community-staging-x86_64/PKGBUILD |   37 ++++++++++++++++++++++++++++++++++++
 2 files changed, 74 insertions(+)

Copied: parrot/repos/community-staging-i686/PKGBUILD (from rev 225219, parrot/trunk/PKGBUILD)
===================================================================
--- community-staging-i686/PKGBUILD	                        (rev 0)
+++ community-staging-i686/PKGBUILD	2017-04-24 20:41:45 UTC (rev 225220)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: mpie <michael.kyne-phillips1 at ntlworld.com>
+
+pkgname=parrot
+pkgver=8.1.0
+_rel=stable
+#_rel=devel
+pkgrel=5
+pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
+arch=('x86_64' 'i686')
+url="http://www.parrotcode.org/"
+license=('GPL')
+depends=('icu' 'openssl' 'libffi' 'gmp')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('436d34ae21b20453dfdc12c86fa671cd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  perl Configure.pl --prefix=/usr \
+    --parrot_is_shared \
+    --disable-rpath \
+	--mandir=/usr/share/man \
+    --optimize
+  export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$(pwd)/blib/lib"
+  make all parrot_utils docs html
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install-dev
+  sed -i "s#"$srcdir"#/usr/src#" \
+    "$pkgdir"/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}

Copied: parrot/repos/community-staging-x86_64/PKGBUILD (from rev 225219, parrot/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2017-04-24 20:41:45 UTC (rev 225220)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: mpie <michael.kyne-phillips1 at ntlworld.com>
+
+pkgname=parrot
+pkgver=8.1.0
+_rel=stable
+#_rel=devel
+pkgrel=5
+pkgdesc="Standalone VM that can execute bytecode compiled dynamic languages"
+arch=('x86_64' 'i686')
+url="http://www.parrotcode.org/"
+license=('GPL')
+depends=('icu' 'openssl' 'libffi' 'gmp')
+makedepends=('perl-json')
+optdepends=('freeglut')
+options=('!makeflags')
+source=(ftp://ftp.parrot.org/pub/parrot/releases/$_rel/$pkgver/$pkgname-$pkgver.tar.bz2)
+md5sums=('436d34ae21b20453dfdc12c86fa671cd')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+  perl Configure.pl --prefix=/usr \
+    --parrot_is_shared \
+    --disable-rpath \
+	--mandir=/usr/share/man \
+    --optimize
+  export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$(pwd)/blib/lib"
+  make all parrot_utils docs html
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+  make DESTDIR="$pkgdir" install-dev
+  sed -i "s#"$srcdir"#/usr/src#" \
+    "$pkgdir"/usr/lib/parrot/$pkgver/tools/lib/Parrot/Config/Generated.pm
+}



More information about the arch-commits mailing list