From: blogic Date: Sun, 14 Oct 2007 03:46:31 +0000 (+0000) Subject: style cleanup X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=529a8fe5aceb90ec3b8890fd81bf64eb1f64916e;p=packages.git style cleanup git-svn-id: svn://svn.openwrt.org/openwrt/packages@9303 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/lang/kid/Makefile b/lang/kid/Makefile index 663a9bb7e..af007aa60 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 a8cf762ae..1f22b52bc 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 0492a2569..6cc897729 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 8c6b8fc45..d1bd2bff5 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 bcc76754d..3f1bfabc5 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 5527cc15d..002a7c83f 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 ed1d89233..802f05d22 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