New package: libcaca-0.99.beta18
This commit is contained in:
parent
762a789aa6
commit
0ce06dcb0a
3 changed files with 24 additions and 0 deletions
1
srcpkgs/libcaca-devel
Symbolic link
1
srcpkgs/libcaca-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
libcaca
|
10
srcpkgs/libcaca/libcaca-devel.template
Normal file
10
srcpkgs/libcaca/libcaca-devel.template
Normal file
|
@ -0,0 +1,10 @@
|
|||
# Template file for 'libcaca-devel'.
|
||||
#
|
||||
depends="libcaca>=${version}"
|
||||
short_desc="${short_desc} - development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
}
|
13
srcpkgs/libcaca/template
Normal file
13
srcpkgs/libcaca/template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'libcaca'
|
||||
pkgname=libcaca
|
||||
version=0.99.beta18
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
subpackages="${pkgname}-devel"
|
||||
short_desc="Graphics library that outputs text instead of pixels"
|
||||
maintainer="pancake <pancake@nopcode.org>"
|
||||
makedepends="ncurses-devel"
|
||||
homepage="http://caca.zoy.org/wiki/libcaca"
|
||||
license="LGPL"
|
||||
distfiles="http://caca.zoy.org/files/libcaca/libcaca-0.99.beta18.tar.gz"
|
||||
checksum=77ea06633f4a6022dccd4f76c1823e167a40cb05308fc1c7ea0fa1f80f6c33a1
|
Loading…
Reference in a new issue