Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Add zsh-5.0.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
tpn committed Nov 1, 2014
1 parent 8b2da4e commit ea9e096
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
13 changes: 13 additions & 0 deletions zsh/build.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
mkdir -p $PREFIX/etc

export CFLAGS="-I$PREFIX/include"
export LDFLAGS="-L$PREFIX/lib"

./configure --prefix=$PREFIX \
--enable-etcdir=$PREFIX/etc \
--enable-pcre

make
make install

# vim:set ts=8 sw=4 sts=4 tw=78 et:
20 changes: 20 additions & 0 deletions zsh/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
package:
name: zsh
version: 5.0.7

source:
fn: zsh-5.0.7.tar.bz2
url: http://sourceforge.net/projects/zsh/files/zsh/5.0.7/zsh-5.0.7.tar.bz2

requirements:
build:
- python
- gettext
run:
- python
- gettext

build:
number: 0

# vim:set ts=8 sw=4 sts=4 tw=78 et:

0 comments on commit ea9e096

Please sign in to comment.