orc: move aclocal to -devel.

This commit is contained in:
Juan RP 2014-12-18 16:34:43 +01:00
parent 967784c075
commit f3a628df3b

View file

@ -1,7 +1,7 @@
# Template build file for 'orc'.
pkgname=orc
version=0.4.23
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake pkg-config libtool"
@ -26,6 +26,7 @@ orc-devel_package() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove "usr/lib/*.so"
vmove usr/share/aclocal
vmove usr/share/gtk-doc
}
}