gobject-introspection: move all remaining files to main pkg.

This commit is contained in:
Juan RP 2013-05-07 09:50:12 +02:00
parent f518aa1955
commit 7952eccefb

View file

@ -1,7 +1,7 @@
# Template file for 'gobject-introspection'
pkgname=gobject-introspection
version=1.36.0
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-tests --disable-static"
hostmakedepends="pkg-config flex"
@ -45,9 +45,6 @@ gobject-introspection_package() {
pycompile_dirs="usr/lib/${pkgname}/giscanner"
depends="libtool python libgirepository-devel"
pkg_install() {
vmove usr/bin
vmove usr/lib/${pkgname}
vmove usr/share/man
vmove usr/share/${pkgname}-1.0
vmove all
}
}