2013-03-26 12:43:28 +01:00
|
|
|
# Template file for 'libcaca'
|
|
|
|
pkgname=libcaca
|
|
|
|
version=0.99.beta18
|
2013-03-26 14:41:08 +01:00
|
|
|
revision=3
|
2013-03-26 12:43:28 +01:00
|
|
|
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"
|
2013-03-26 13:28:59 +01:00
|
|
|
license="WTFPL"
|
2013-03-26 12:43:28 +01:00
|
|
|
distfiles="http://caca.zoy.org/files/libcaca/libcaca-0.99.beta18.tar.gz"
|
|
|
|
checksum=77ea06633f4a6022dccd4f76c1823e167a40cb05308fc1c7ea0fa1f80f6c33a1
|
2013-03-26 13:28:59 +01:00
|
|
|
|
2013-04-09 01:49:27 +02:00
|
|
|
if [ "$CROSS_BUILD" ]; then
|
2013-03-26 13:28:59 +01:00
|
|
|
hostmakedepends="libtool automake pkg-config"
|
|
|
|
pre_configure() {
|
2013-03-26 14:18:06 +01:00
|
|
|
sed -i -e s,AM_CONFIG_HEADER,AC_CONFIG_HEADERS, configure.ac
|
2013-03-26 13:28:59 +01:00
|
|
|
autoreconf -fi
|
|
|
|
}
|
|
|
|
fi
|