diff options
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/zsh_4.1.1.oe | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/zsh/zsh_4.1.1.oe b/zsh/zsh_4.1.1.oe index 36c7ecbe07..1dbc670b92 100644 --- a/zsh/zsh_4.1.1.oe +++ b/zsh/zsh_4.1.1.oe @@ -1,9 +1,9 @@ -DESCRIPTION="Zsh shell" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Chris Larson <kergoth@handhelds.org>" -RDEPENDS="libc6" -DEPENDS=virtual/libc ncurses pcre +DESCRIPTION = "Zsh shell" +SECTION = "base" +PRIORITY = "optional" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" +RDEPENDS = "libc6" +DEPENDS = "virtual/libc ncurses pcre" SRC_URI="http://www.zsh.org/pub/${P}.tar.bz2 \ file://${FILESDIR}/configure.patch;patch=1" |