libcaca: add (optional) support for imlib2

This commit is contained in:
newbluemoon 2017-09-12 09:32:57 +02:00
parent a903fbb421
commit c97fe3b486

View file

@ -1,12 +1,12 @@
# Template file for 'libcaca'
pkgname=libcaca
version=0.99.beta19
revision=7
revision=8
build_style=gnu-configure
hostmakedepends="libtool automake pkg-config"
short_desc="Graphics library that outputs text instead of pixels"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
makedepends="ncurses-devel $(vopt_if x11 libX11-devel)"
makedepends="ncurses-devel $(vopt_if x11 'libX11-devel imlib2-devel')"
homepage="http://caca.zoy.org/wiki/libcaca"
license="WTFPL"
distfiles="https://github.com/cacalabs/libcaca/archive/v${version}.tar.gz"