21 lines
664 B
Text
21 lines
664 B
Text
# Template file for 'libcaca'
|
|
pkgname=libcaca
|
|
version=0.99.beta18
|
|
revision=3
|
|
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="WTFPL"
|
|
distfiles="http://caca.zoy.org/files/libcaca/libcaca-0.99.beta18.tar.gz"
|
|
checksum=77ea06633f4a6022dccd4f76c1823e167a40cb05308fc1c7ea0fa1f80f6c33a1
|
|
|
|
if [ "$XBPS_CROSS_BUILD" ]; then
|
|
hostmakedepends="libtool automake pkg-config"
|
|
pre_configure() {
|
|
sed -i -e s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS, configure.ac
|
|
autoreconf -fi
|
|
}
|
|
fi
|