void-packages/srcpkgs/zsh/template

38 lines
1.3 KiB
Text
Raw Normal View History

2011-07-30 14:57:17 +00:00
# Template file for 'zsh'
pkgname=zsh
2012-12-22 03:20:05 +00:00
version=5.0.2
revision=1
build_style=gnu-configure
2012-11-18 10:07:27 +00:00
make_build_args="info"
make_install_args="install.info"
2012-06-04 12:28:07 +00:00
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
2012-12-22 03:20:05 +00:00
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
--enable-maildir-support --enable-function-subdirs
--enable-fndir=/usr/share/zsh/functions --with-term-lib=ncursesw
--enable-scriptdir=/usr/share/zsh/scripts --enable-pcre
--enable-multibyte --enable-cap --with-tcsetpgrp"
2012-07-07 11:41:00 +00:00
makedepends="gdbm-devel pcre-devel>=8.30 libcap-devel ncurses-devel"
2012-06-04 12:28:07 +00:00
register_shell="/bin/zsh"
2012-12-22 03:20:05 +00:00
short_desc="The Z SHell"
2011-07-30 14:57:17 +00:00
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.zsh.org"
license="zsh"
2012-06-04 12:28:07 +00:00
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
2012-12-22 03:20:05 +00:00
checksum=eb220ae5a8076191ec6b4c6a5a2f18122d074a19f25b45f0320b44b8166c5a03
2011-07-30 14:57:17 +00:00
2012-07-25 05:54:02 +00:00
pre_configure() {
# Set correct keymap path
sed -i 's#/usr/share/keymaps#/usr/share/kbd/keymaps#g' \
Completion/Unix/Command/_loadkeys
# Remove unneeded and conflicting completion scripts
rm -rf Completion/{AIX,BSD,Cygwin,Darwin,Debian,Mandriva,openSUSE,Redhat,Solaris}
rm -f Completion/Linux/Command/_{pkgtool,rpmbuild,yast}
rm -f Completion/Unix/Command/_osc
}
2011-12-10 09:06:15 +00:00
post_install() {
2011-07-30 14:57:17 +00:00
vinstall LICENCE 644 usr/share/licenses/zsh
}