Merge pull request #189 from xdave/master
pvala-codegen-posix: install posix-types.vapi file.
This commit is contained in:
commit
f855e9404b
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue