atf: move autoconf m4 files to -devel subpkg.

This commit is contained in:
Juan RP 2012-03-07 11:03:20 +01:00
parent 89b5b94e8f
commit e1a888540b
2 changed files with 4 additions and 0 deletions

View file

@ -5,10 +5,13 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run atf
do_install() {
vmove usr/include usr
vmove "usr/lib/*.a" usr/lib
vmove usr/lib/pkgconfig usr/lib
vmove usr/share/aclocal usr/share
}

View file

@ -1,6 +1,7 @@
# Template file for 'atf'
pkgname=atf
version=0.15
revision=1
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
build_style=gnu-configure
short_desc="Automated Testing Framework"