diff options
author | Phil Sutter <phil@nwl.cc> | 2010-04-11 23:37:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-04-12 20:06:23 +0200 |
commit | 242b8f2386497be8183ad4ec3ee27b3f60f7de0f (patch) | |
tree | 57de999031e367d6e7910ee3af2e900d926cbfe7 /package | |
parent | 94c77f2701f008c646cee8c3e0956cf707662211 (diff) |
bc, tcsh: fix obvious PKG_SECTION typos
Diffstat (limited to 'package')
-rw-r--r-- | package/bc/Makefile | 2 | ||||
-rw-r--r-- | package/tcsh/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package/bc/Makefile b/package/bc/Makefile index dbe613550..8912693c0 100644 --- a/package/bc/Makefile +++ b/package/bc/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 1.06 PKG_RELEASE:= 1 PKG_MD5SUM:= d44b5dddebd8a7a7309aea6c36fda117 PKG_DESCR:= An arbitrary precision calculator language -PKG_SECTION:= util +PKG_SECTION:= utils PKG_URL:= http://www.gnu.org/software/bc PKG_SITES:= http://ftp.gnu.org/pub/gnu/bc/ diff --git a/package/tcsh/Makefile b/package/tcsh/Makefile index ac8424831..b0e85a79a 100644 --- a/package/tcsh/Makefile +++ b/package/tcsh/Makefile @@ -8,7 +8,7 @@ PKG_VERSION:= 6.17.00 PKG_RELEASE:= 1 PKG_MD5SUM:= c47de903e3d52f6824c8dd0c91eeb477 PKG_DESCR:= alternative csh -PKG_SECTION:= shell +PKG_SECTION:= shells PKG_DEPENDS:= libncurses PKG_BUILDDEP+= ncurses PKG_URL:= http://www.tcsh.org/Welcome |