pvala-codegen-posix: install posix-types.vapi file.

This commit is contained in:
xdave 2013-09-29 20:19:26 -06:00
parent c52aa9d37a
commit 29f7a3b4fe

View file

@ -1,7 +1,7 @@
# Template file for 'pvala-codegen-posix'
pkgname=pvala-codegen-posix
version=20130929
revision=1
revision=2
build_style=gnu-configure
_common_dir="/usr/libexec/vala"
configure_args="--prefix=${_common_dir} --bindir=${_common_dir}
@ -10,7 +10,7 @@ hostmakedepends="autoconf automake libtool pkg-config git pvala"
makedepends="libglib-devel pvala-devel"
short_desc="Posix profile plugin for pvala"
maintainer="davehome <davehome@redthumb.info.tm"
homepage="http://live.gnome.org/Val://gitorious.org/ideas/vala-codegen-posix"
homepage="https://gitorious.org/ideas/vala-codegen-posix"
license="LGPL-2.1"
long_desc="
The return of the POSIX profile for Vala (only works with pvala package)."
@ -28,6 +28,11 @@ pre_configure() {
./autogen.sh
}
post_install() {
local _file="posix-types.vapi"
vinstall ${wrksrc}/vapi/${_file} 644 usr/share/vala/vapi ${_file}
}
pvala-codegen-posix_package() {
depends="pvala>=0"
pkg_install() {