2011-06-04 00:35:05 +08:00
|
|
|
# maintainer (x86_64): Manuel Tortosa <manutortosa[at]chakra-project[dot]org>
|
|
|
|
|
|
|
|
pkgname=vala
|
2014-05-18 14:32:49 +08:00
|
|
|
pkgver=0.24.0
|
2012-06-03 22:21:37 +08:00
|
|
|
pkgrel=1
|
2012-01-07 07:49:35 +08:00
|
|
|
pkgdesc="Compiler for the GObject type system."
|
2014-02-12 05:36:16 +08:00
|
|
|
arch=('x86_64')
|
2011-06-04 00:35:05 +08:00
|
|
|
url="http://live.gnome.org/Vala"
|
|
|
|
license=('LGPL')
|
|
|
|
depends=('glib2')
|
|
|
|
makedepends=('libxslt')
|
2014-05-18 14:32:49 +08:00
|
|
|
source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver:0:4}/$pkgname-$pkgver.tar.xz)
|
|
|
|
sha256sums=('22a37c977512c19cd29c373eaaef96cb2c994795d491106f32387f3f9d1e899c')
|
2011-06-04 00:35:05 +08:00
|
|
|
|
|
|
|
build() {
|
2014-05-18 14:32:49 +08:00
|
|
|
cd $pkgname-$pkgver
|
|
|
|
./configure --prefix=/usr --enable-vapigen
|
|
|
|
make
|
2011-06-04 00:35:05 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
package() {
|
2014-05-18 14:32:49 +08:00
|
|
|
cd $pkgname-$pkgver
|
|
|
|
make DESTDIR="$pkgdir" install
|
2012-01-07 06:30:57 +08:00
|
|
|
}
|