diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-08 10:02:04 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-08 10:02:04 +0000 |
commit | b35abd2950224f053253a0b4ef23d93379f71371 (patch) | |
tree | c8db18c5218d53c30979093f3470dbcdf934f32f /zsh/zsh_4.1.1.oe | |
parent | 88e22fbf75d3553726246f0a3344c75635ecdb4a (diff) |
minor section fix for zsh and bash
BKrev: 418f441cAI-9vEa4yr-DwS-_IbLuYg
Diffstat (limited to 'zsh/zsh_4.1.1.oe')
-rw-r--r-- | zsh/zsh_4.1.1.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/zsh/zsh_4.1.1.oe b/zsh/zsh_4.1.1.oe index 0b9e4367d5..0da7478d9e 100644 --- a/zsh/zsh_4.1.1.oe +++ b/zsh/zsh_4.1.1.oe @@ -1,8 +1,9 @@ -DESCRIPTION = "Zsh shell" -SECTION = "base" +DESCRIPTION = "The Zsh shell" +SECTION = "base/shell" PRIORITY = "optional" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" DEPENDS = "ncurses pcre" +PR = "r1" SRC_URI = "http://www.zsh.org/pub/zsh-${PV}.tar.bz2 \ file://configure.patch;patch=1" |