libcaca: move caca-config to -devel.
This commit is contained in:
parent
95e2fc2abf
commit
ff43a1c6f4
|
@ -4,7 +4,9 @@ depends="libcaca>=${version}"
|
|||
short_desc="${short_desc} - development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/bin/caca-config usr/bin
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/man/man1/caca-config.1 usr/share/man/man1
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libcaca'
|
||||
pkgname=libcaca
|
||||
version=0.99.beta18
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
subpackages="${pkgname}-devel"
|
||||
short_desc="Graphics library that outputs text instead of pixels"
|
||||
|
|
Loading…
Reference in New Issue