From: John Crispin Date: Sun, 14 Oct 2007 03:46:31 +0000 (+0000) Subject: style cleanup X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;h=e2226668015f49a82227b3a3167f278e33f16ca8 style cleanup SVN-Revision: 9303 --- diff --git a/lang/kid/Makefile b/lang/kid/Makefile index 663a9bb7e0..af007aa600 100644 --- a/lang/kid/Makefile +++ b/lang/kid/Makefile @@ -21,7 +21,7 @@ include ../python/python-package.mk define PyPackage/python-kid TITLE:=XML-based Templating - URL=http://www.kid-templating.org/ + URL:=http://www.kid-templating.org/ endef define PyPackage/python-kid/description diff --git a/lang/psycopg/Makefile b/lang/psycopg/Makefile index a8cf762ae2..1f22b52bca 100644 --- a/lang/psycopg/Makefile +++ b/lang/psycopg/Makefile @@ -21,7 +21,7 @@ include ../python/python-package.mk define PyPackage/python-psycopg TITLE:=PostgreSQL database adapter for Python - URL=http://www.initd.org/ + URL:=http://www.initd.org/ DEPENDS+= +libpq +python-egenix-mx endef diff --git a/lang/pyevent/Makefile b/lang/pyevent/Makefile index 0492a2569f..6cc897729b 100644 --- a/lang/pyevent/Makefile +++ b/lang/pyevent/Makefile @@ -21,7 +21,7 @@ include ../python/python-package.mk define PyPackage/python-event TITLE:=Python interface to libevent - URL=http://code.google.com/p/pyevent/ + URL:=http://code.google.com/p/pyevent/ DEPENDS+= +libevent endef diff --git a/lang/pymysql/Makefile b/lang/pymysql/Makefile index 8c6b8fc45b..d1bd2bff5e 100644 --- a/lang/pymysql/Makefile +++ b/lang/pymysql/Makefile @@ -21,7 +21,7 @@ include ../python/python-package.mk define PyPackage/python-mysql TITLE:=MySQL database adapter for Python - URL=http://mysql-python.sourceforge.net/ + URL:=http://mysql-python.sourceforge.net/ DEPENDS+= +libmysqlclient endef diff --git a/lang/pysqlite/Makefile b/lang/pysqlite/Makefile index bcc76754d6..3f1bfabc5d 100644 --- a/lang/pysqlite/Makefile +++ b/lang/pysqlite/Makefile @@ -21,7 +21,7 @@ include ../python/python-package.mk define PyPackage/python-sqlite 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 endef diff --git a/net/nprobe/Makefile b/net/nprobe/Makefile index 5527cc15d7..002a7c83fc 100644 --- a/net/nprobe/Makefile +++ b/net/nprobe/Makefile @@ -30,7 +30,7 @@ define Package/nprobe TITLE:=nProbe DESCRIPTION:=\ nprobe - URL=http://invisible-island.net/dialog/ + URL:=http://invisible-island.net/dialog/ endef define Build/Configure diff --git a/utils/dialog/Makefile b/utils/dialog/Makefile index ed1d892331..802f05d227 100644 --- a/utils/dialog/Makefile +++ b/utils/dialog/Makefile @@ -28,7 +28,7 @@ define Package/dialog TITLE:=Dialog DESCRIPTION:=\ A script-interpreter which provides a set of curses widgets. - URL=http://invisible-island.net/dialog/ + URL:=http://invisible-island.net/dialog/ endef define Build/Configure