style cleanup

git-svn-id: svn://svn.openwrt.org/openwrt/packages@9303 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
blogic
2007-10-14 03:46:31 +00:00
parent 0ae0e5721a
commit 529a8fe5ac
7 changed files with 7 additions and 7 deletions

View File

@ -21,7 +21,7 @@ include ../python/python-package.mk
define PyPackage/python-kid define PyPackage/python-kid
TITLE:=XML-based Templating TITLE:=XML-based Templating
URL=http://www.kid-templating.org/ URL:=http://www.kid-templating.org/
endef endef
define PyPackage/python-kid/description define PyPackage/python-kid/description

View File

@ -21,7 +21,7 @@ include ../python/python-package.mk
define PyPackage/python-psycopg define PyPackage/python-psycopg
TITLE:=PostgreSQL database adapter for Python TITLE:=PostgreSQL database adapter for Python
URL=http://www.initd.org/ URL:=http://www.initd.org/
DEPENDS+= +libpq +python-egenix-mx DEPENDS+= +libpq +python-egenix-mx
endef endef

View File

@ -21,7 +21,7 @@ include ../python/python-package.mk
define PyPackage/python-event define PyPackage/python-event
TITLE:=Python interface to libevent TITLE:=Python interface to libevent
URL=http://code.google.com/p/pyevent/ URL:=http://code.google.com/p/pyevent/
DEPENDS+= +libevent DEPENDS+= +libevent
endef endef

View File

@ -21,7 +21,7 @@ include ../python/python-package.mk
define PyPackage/python-mysql define PyPackage/python-mysql
TITLE:=MySQL database adapter for Python TITLE:=MySQL database adapter for Python
URL=http://mysql-python.sourceforge.net/ URL:=http://mysql-python.sourceforge.net/
DEPENDS+= +libmysqlclient DEPENDS+= +libmysqlclient
endef endef

View File

@ -21,7 +21,7 @@ include ../python/python-package.mk
define PyPackage/python-sqlite define PyPackage/python-sqlite
TITLE:=SQLite database adapter for Python TITLE:=SQLite database adapter for Python
URL=http://www.initd.org/tracker/pysqlite/wiki/pysqlite URL:=http://www.initd.org/tracker/pysqlite/wiki/pysqlite
DEPENDS+= +libsqlite3 DEPENDS+= +libsqlite3
endef endef

View File

@ -30,7 +30,7 @@ define Package/nprobe
TITLE:=nProbe TITLE:=nProbe
DESCRIPTION:=\ DESCRIPTION:=\
nprobe nprobe
URL=http://invisible-island.net/dialog/ URL:=http://invisible-island.net/dialog/
endef endef
define Build/Configure define Build/Configure

View File

@ -28,7 +28,7 @@ define Package/dialog
TITLE:=Dialog TITLE:=Dialog
DESCRIPTION:=\ DESCRIPTION:=\
A script-interpreter which provides a set of curses widgets. A script-interpreter which provides a set of curses widgets.
URL=http://invisible-island.net/dialog/ URL:=http://invisible-island.net/dialog/
endef endef
define Build/Configure define Build/Configure