libcppunit: move usr/share/aclocal to -devel too.
This commit is contained in:
parent
38d117ef5b
commit
9a1622133d
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'libcppunit'
|
||||
pkgname=libcppunit
|
||||
version=1.12.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config autoconf automake libtool"
|
||||
hostmakedepends="pkg-config automake libtool"
|
||||
short_desc="C++ unit testing framework"
|
||||
maintainer="Enno Boland <eb@s01.de>"
|
||||
license="LGPL"
|
||||
|
@ -14,8 +14,7 @@ wrksrc="cppunit-$version"
|
|||
make_build_args="LDFLAGS=-ldl"
|
||||
|
||||
pre_configure() {
|
||||
autoreconf -i
|
||||
libtoolize -f
|
||||
autoreconf -fi
|
||||
}
|
||||
|
||||
libcppunit-devel_package() {
|
||||
|
@ -28,5 +27,6 @@ libcppunit-devel_package() {
|
|||
vmove "usr/lib/*.so"
|
||||
vmove /usr/bin/cppunit-config
|
||||
vmove /usr/share/man/man1/cppunit-config.1
|
||||
vmove usr/share/aclocal
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue