style cleanup
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Oct 2007 03:46:31 +0000 (03:46 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 14 Oct 2007 03:46:31 +0000 (03:46 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@9303 3c298f89-4303-0410-b956-a3cf2f4a3e73

lang/kid/Makefile
lang/psycopg/Makefile
lang/pyevent/Makefile
lang/pymysql/Makefile
lang/pysqlite/Makefile
net/nprobe/Makefile
utils/dialog/Makefile

index 663a9bb..af007aa 100644 (file)
@@ -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
index a8cf762..1f22b52 100644 (file)
@@ -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
 
index 0492a25..6cc8977 100644 (file)
@@ -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
 
index 8c6b8fc..d1bd2bf 100644 (file)
@@ -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
 
index bcc7675..3f1bfab 100644 (file)
@@ -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
 
index 5527cc1..002a7c8 100644 (file)
@@ -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
index ed1d892..802f05d 100644 (file)
@@ -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