libcppunit: move usr/share/aclocal to -devel too.

This commit is contained in:
Juan RP 2014-04-04 11:49:51 +02:00
parent 38d117ef5b
commit 9a1622133d
1 changed files with 4 additions and 4 deletions

View File

@ -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
}
}