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
srcpkgs/atf
|
@ -5,10 +5,13 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
|
revision=1
|
||||||
|
|
||||||
Add_dependency run atf
|
Add_dependency run atf
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmove usr/include usr
|
vmove usr/include usr
|
||||||
vmove "usr/lib/*.a" usr/lib
|
vmove "usr/lib/*.a" usr/lib
|
||||||
vmove usr/lib/pkgconfig usr/lib
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
|
vmove usr/share/aclocal usr/share
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# Template file for 'atf'
|
# Template file for 'atf'
|
||||||
pkgname=atf
|
pkgname=atf
|
||||||
version=0.15
|
version=0.15
|
||||||
|
revision=1
|
||||||
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
|
distfiles="https://kyua.googlecode.com/files/atf-$version.tar.gz"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="Automated Testing Framework"
|
short_desc="Automated Testing Framework"
|
||||||
|
|
Loading…
Reference in a new issue