updated on Thu Jan 12 20:00:29 UTC 2012
[aur-mirror.git] / libv8-juice / PKGBUILD
blob2ce4f06d166a3117342f95e59a3636f4b3c56345
1 # $Id: pkgbuild-mode.el,v 1.23 2007/10/20 16:02:14 juergen Exp $
2 # Maintainer: perlawk
3 pkgname=libv8-juice
4 pkgver=20101126
5 pkgrel=1 
6 pkgdesc="An library extending the V8 engine"
7 url="http://code.google.com/p/v8-juice/"
8 arch=(`arch`)
9 license=('GPL')
10 depends=()
11 makedepends=()
12 conflicts=()
13 replaces=()
14 backup=()
15 install=
16 source=(http://v8-juice.googlecode.com/files/libv8-juice-20101126.tar.bz2)
17 md5sums=('f6187688bdc3a2308b8d4b60982198ee')
18 build() {
19   cd $startdir/src/$pkgname-$pkgver
20   ./configure --prefix=/usr
21   make || return 1
23   mkdir -p $pkgdir/usr/lib
24   mkdir -p $pkgdir/usr/bin
25   mkdir -p $pkgdir/usr/include
27   cp -a src/include/v8 $pkgdir/usr/include
28   cp src/client/shell/v8-juice-shell $pkgdir/usr/bin
29   cp src/lib/juice/libv8-juice.so $pkgdir/usr/lib