atf: move autoconf m4 files to -devel subpkg.
This commit is contained in:
parent
89b5b94e8f
commit
e1a888540b
2 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue