mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
orc: move aclocal to -devel.
This commit is contained in:
parent
967784c075
commit
f3a628df3b
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template build file for 'orc'.
|
# Template build file for 'orc'.
|
||||||
pkgname=orc
|
pkgname=orc
|
||||||
version=0.4.23
|
version=0.4.23
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="automake pkg-config libtool"
|
hostmakedepends="automake pkg-config libtool"
|
||||||
|
@ -26,6 +26,7 @@ orc-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
|
vmove usr/share/aclocal
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue