move in Python submenu, misc cosmetic changes

git-svn-id: svn://svn.openwrt.org/openwrt/packages@10825 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
nico
2008-04-14 01:06:00 +00:00
parent 2a562d6297
commit 3e4758c284
9 changed files with 29 additions and 11 deletions

View File

@ -1,5 +1,5 @@
#
# Copyright (C) 2007 OpenWrt.org
# Copyright (C) 2007-2008 OpenWrt.org
#
# This is free software, licensed under the GNU General Public License v2.
# See /LICENSE for more information.
@ -15,6 +15,7 @@ PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/mysql-python
PKG_MD5SUM:=532268f02870bea18c1d465e88afff30
PKG_BUILD_DEPENDS:=python
include $(INCLUDE_DIR)/package.mk
@ -24,6 +25,7 @@ ifneq ($(MAKECMDGOALS),download)
endif
define Package/python-mysql
SUBMENU:=Python
SECTION:=lang
CATEGORY:=Languages
TITLE:=MySQL database adapter for Python