libcaca: update source and x11 driver.

This commit is contained in:
alxf 2016-06-13 20:38:15 +02:00
parent 2ff56c378f
commit adab26b664

View File

@ -1,16 +1,16 @@
# Template file for 'libcaca'
pkgname=libcaca
version=0.99.beta19
revision=6
revision=7
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"
makedepends="libX11-devel ncurses-devel"
homepage="http://caca.zoy.org/wiki/libcaca"
license="WTFPL"
distfiles="http://caca.zoy.org/files/libcaca/libcaca-${version}.tar.gz"
checksum=128b467c4ed03264c187405172a4e83049342cc8cc2f655f53a2d0ee9d3772f4
distfiles="https://github.com/cacalabs/libcaca/archive/v${version}.tar.gz"
checksum=7ed29a00cc7f017424d8b2994f001f137ed5bc4441987b711d78c6734fdf3493
pre_configure() {
sed -i -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,' configure.ac