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

Ionut Biru ibiru at archlinux.org
Wed Apr 20 11:12:16 UTC 2011


    Date: Wednesday, April 20, 2011 @ 07:12:16
  Author: ibiru
Revision: 120120

update to 0.4.13

Modified:
  orc/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-20 11:09:24 UTC (rev 120119)
+++ PKGBUILD	2011-04-20 11:12:16 UTC (rev 120120)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Ionut Biru <ibiru at archlinux.org>
 pkgname=orc
-pkgver=0.4.11
+pkgver=0.4.13
 pkgrel=1
 pkgdesc="The Oild Runtime Compiler"
 arch=('i686' 'x86_64')
@@ -10,14 +10,15 @@
 depends=('glibc')
 options=('!libtool')
 source=(http://code.entropywave.com/download/${pkgname}/${pkgname}-${pkgver}.tar.gz)
-md5sums=('b8b0b148d319422c3ad250c29483b3c4')
+md5sums=('f6d0aed003f67c91933c22d9e5f1696a')
 
 build () {
     cd "${srcdir}/${pkgname}-${pkgver}"
-
-    ./configure --prefix=/usr \
-        --disable-static
+    ./configure --prefix=/usr --disable-static
     make
+}
+package() {
+    cd "${srcdir}/${pkgname}-${pkgver}"
     make DESTDIR=${pkgdir} install
     install -Dm644 COPYING "${pkgdir}/usr/share/licenses/${pkgname}/COPYING"
 }




More information about the arch-commits mailing list