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