### this file is sourced not run
PKGVER=0.26.2
PKGBUILD=1
PKGARCH=x86_64

# BLFS post-7.5 (2015-02-15) updated to 0.26.2
TARBALL=vala-0.26.2.tar.xz
MD5SUM=cb712cc5785e2133d58af9e54b2c79db 
SRC_URL=http://download.gnome.org/sources/vala/0.26/$TARBALL
BUNDLE=

SLACKREQ='glib'
SLACKDESC='vala: vala 0.26.2 (Vala compiler)  
vala:  
vala: Vala is an object-oriented programming language with a self-hosting 
vala: compiler that generates C code and uses the GObject system. Vala is 
vala: syntactically similar to C# and includes several features such as: 
vala: anonymous functions, signals, properties, generics, assisted memory 
vala: management, exception handling, type inference, and foreach statements.  
vala: 
vala: 
vala: 
vala: https://wiki.gnome.org/Projects/Vala
'

### default pkg_download
### prepare
pkg_prepare() {
	pkg_prepare_default &&
	# we use older libnotify 0.5.2, the last one to compile with gtk2
	cp $CHROOT_DIR/tmp/pkg/vala-libnotify-0.5.2.vapi tmp/vala*/vapi/libnotify.vapi
}
### default pkg_package
### build
pkg_build() {
	pkg_build_autoconf &&
	pkg_build_slackdesc
}


