[arch-commits] Commit in lib32-orc/trunk (PKGBUILD)
Maxime Gauduin
alucryd at nymeria.archlinux.org
Wed Sep 18 07:46:14 UTC 2013
Date: Wednesday, September 18, 2013 @ 09:46:14
Author: alucryd
Revision: 97334
upgpkg: lib32-orc 0.4.18-1
Modified:
lib32-orc/trunk/PKGBUILD
----------+
PKGBUILD | 27 +++++++++++++++++----------
1 file changed, 17 insertions(+), 10 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2013-09-18 07:35:44 UTC (rev 97333)
+++ PKGBUILD 2013-09-18 07:46:14 UTC (rev 97334)
@@ -2,30 +2,37 @@
# Maintainer: Maxime Gauduin <alucryd at gmail.com>
pkgname=lib32-orc
-pkgver=0.4.17
-pkgrel=2
+pkgver=0.4.18
+pkgrel=1
pkgdesc="The Oild Runtime Compiler"
arch=('x86_64')
license=('custom')
url="http://code.entropywave.com/projects/orc/"
depends=('lib32-glibc' "${pkgname#*-}")
+makedepends=('valgrind')
options=('!libtool')
source=("http://code.entropywave.com/download/${pkgname#*-}/${pkgname#*-}-${pkgver}.tar.gz")
-sha256sums=('4fc7cca48c59fff23afee78fb642cdbde001f56401c8f47b95a16578d1d5d7e8')
+sha256sums=('34d3c8a7259f42bed4dcfbc106c5e3d0cc8e17eeaa73128d1c5eaf92883a6a24')
-build () {
- cd "${srcdir}"/${pkgname#*-}-${pkgver}
+build() {
+ cd ${pkgname#*-}-${pkgver}
- export CC="gcc -m32"
- export CXX="g++ -m32"
- export PKG_CONFIG_PATH="/usr/lib32/pkgconfig"
+ export CC='gcc -m32'
+ export CXX='g++ -m32'
+ export PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
- ./configure --prefix=/usr --libdir=/usr/lib32 --disable-static
+ ./configure --prefix='/usr' --libdir='/usr/lib32' --disable-static
make
}
+check() {
+ cd ${pkgname#*-}-${pkgver}
+
+ make check
+}
+
package() {
- cd "${srcdir}"/${pkgname#*-}-${pkgver}
+ cd ${pkgname#*-}-${pkgver}
make DESTDIR="$pkgdir" install
rm -rf "${pkgdir}"/usr/{bin,include,share}
More information about the arch-commits
mailing list