21 lines
684 B
Bash
21 lines
684 B
Bash
# Template file for 'zile'
|
|
pkgname=zile
|
|
version=2.4.11
|
|
revision=4
|
|
build_style=gnu-configure
|
|
hostmakedepends="help2man pkg-config"
|
|
makedepends="acl-devel gc-devel ncurses-devel"
|
|
short_desc="A small, fast, and powerful Emacs clone"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-3"
|
|
homepage="http://www.gnu.org/software/zile"
|
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
|
checksum=1fd27bbddc61491b1fbb29a345d0d344734aa9e80cfa07b02892eedf831fa9cc
|
|
|
|
post_configure() {
|
|
if [ "$CROSS_BUILD" ]; then
|
|
# Can not regenerate zile.1.in because the zile
|
|
# executable would be required. Use shipped file.
|
|
sed -i Makefile -e 's;\(\$(srcdir)/doc/zile.1.in:\).*;\1;'
|
|
fi
|
|
}
|