contrib/vala/Pkgfile
Juergen Daubert 6f922bab83 vala: update to 0.36.19
latest release of LTS version 0.36
This fixes builds of several ports, e.g. gexiv2, if goject-introspection
is installed.
2019-07-04 13:21:49 +02:00

19 lines
522 B
Plaintext

# Description: self-hosting compiler that translates Vala source code into C
# URL: http://live.gnome.org/Vala
# Maintainer: Thomas Penteker, tek at serverop dot de
# Depends on: glib
name=vala
version=0.36.19
release=1
source=(http://download.gnome.org/sources/vala/${version%.*}/vala-$version.tar.xz)
build() {
cd $name-$version
./configure --prefix=/usr \
--mandir=/usr/man
make CFLAGS="$CFLAGS -Wno-deprecated-declarations"
make install DESTDIR=$PKG
rm -r $PKG/usr/share/devhelp
}