2011-07-30 16:57:17 +02:00
|
|
|
# Template file for 'zsh'
|
|
|
|
pkgname=zsh
|
2012-06-04 14:28:07 +02:00
|
|
|
version=4.3.17
|
|
|
|
revision=1
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-06-04 14:28:07 +02:00
|
|
|
configure_args="--enable-etcdir=/etc/zsh --enable-zshenv=/etc/zsh/zshenv
|
|
|
|
--enable-zlogin=/etc/zsh/zlogin --enable-zlogout=/etc/zsh/zlogout
|
|
|
|
--enable-zprofile=/etc/profile --enable-zshrc=/etc/zsh/zshrc
|
2011-07-30 16:57:17 +02:00
|
|
|
--enable-maildir-support --enable-function-subdirs
|
2012-06-04 14:28:07 +02:00
|
|
|
--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-05-23 18:26:56 +02:00
|
|
|
makedepends="gdbm-devel pcre-devel libcap-devel ncurses-devel"
|
2012-06-04 14:28:07 +02:00
|
|
|
register_shell="/bin/zsh"
|
2011-07-30 16:57:17 +02:00
|
|
|
short_desc="Z SHell"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
|
|
homepage="http://www.zsh.org"
|
|
|
|
license="zsh"
|
2012-06-04 14:28:07 +02:00
|
|
|
distfiles="http://www.zsh.org/pub/zsh-$version.tar.bz2"
|
|
|
|
checksum=054e0452afd9c742c9f1489465175e1d4d7db50d88b602d132551d850cf7a704
|
2011-07-30 16:57:17 +02:00
|
|
|
long_desc="
|
|
|
|
Zsh is a shell designed for interactive use, although it is also a powerful
|
|
|
|
scripting language. Many of the useful features of bash, ksh, and tcsh were
|
|
|
|
incorporated into zsh; many original features were added."
|
|
|
|
|
2011-12-10 10:06:15 +01:00
|
|
|
post_install() {
|
2011-07-30 16:57:17 +02:00
|
|
|
vinstall LICENCE 644 usr/share/licenses/zsh
|
|
|
|
}
|