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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Fri Nov 21 21:02:02 UTC 2014


    Date: Friday, November 21, 2014 @ 22:02:01
  Author: bpiotrowski
Revision: 226800

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

Added:
  orc/repos/testing-i686/
  orc/repos/testing-i686/PKGBUILD
    (from rev 226799, orc/trunk/PKGBUILD)
  orc/repos/testing-x86_64/
  orc/repos/testing-x86_64/PKGBUILD
    (from rev 226799, orc/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   31 +++++++++++++++++++++++++++++++
 testing-x86_64/PKGBUILD |   31 +++++++++++++++++++++++++++++++
 2 files changed, 62 insertions(+)

Copied: orc/repos/testing-i686/PKGBUILD (from rev 226799, orc/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD	                        (rev 0)
+++ testing-i686/PKGBUILD	2014-11-21 21:02:01 UTC (rev 226800)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=orc
+pkgver=0.4.22
+pkgrel=1
+pkgdesc="The Oild Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/"
+depends=('glibc')
+makedepends=('valgrind')
+source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
+md5sums=('eecd4788688a95aae97adf1125585cbf')
+
+build () {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr --disable-static \
+        --enable-backend=mmx,sse,altivec
+    make
+}
+
+check() {
+    cd $pkgname-$pkgver
+    make check
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+    install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}

Copied: orc/repos/testing-x86_64/PKGBUILD (from rev 226799, orc/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD	                        (rev 0)
+++ testing-x86_64/PKGBUILD	2014-11-21 21:02:01 UTC (rev 226800)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Ionut Biru <ibiru at archlinux.org>
+pkgname=orc
+pkgver=0.4.22
+pkgrel=1
+pkgdesc="The Oild Runtime Compiler"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://code.entropywave.com/projects/orc/"
+depends=('glibc')
+makedepends=('valgrind')
+source=(http://gstreamer.freedesktop.org/data/src/orc/orc-${pkgver}.tar.xz)
+md5sums=('eecd4788688a95aae97adf1125585cbf')
+
+build () {
+    cd $pkgname-$pkgver
+    ./configure --prefix=/usr --disable-static \
+        --enable-backend=mmx,sse,altivec
+    make
+}
+
+check() {
+    cd $pkgname-$pkgver
+    make check
+}
+
+package() {
+    cd $pkgname-$pkgver
+    make DESTDIR="$pkgdir" install
+    install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
+}



More information about the arch-commits mailing list