DESCRIPTION:= is obselete
[openwrt/svn-archive/archive.git] / ipv6 / totd / Makefile
index d9b2444cae0a7fd15a66e955d9a8e7600436fa62..a9dac2a5a1291ff61aa3036812ceafad01eafb99 100644 (file)
@@ -26,13 +26,15 @@ define Package/totd
   CATEGORY:=IPv6
   DEPENDS:=+kmod-ipv6
   TITLE:=Small DNS proxy that supports IPv6/IPv4 record translation
-  DESCRIPTION:=\
-       totd is a small DNS proxy nameserver which supports IPv6 and enable IPv6\\\
-       only sites to access IPv4 sites by using some translation mechanism such\\\
-       as NAT-PT, KAME faith, etc...
   URL:=http://pasta.cs.uit.no/software/totd.html
 endef
 
+define Package/totd/description
+       totd is a small DNS proxy nameserver which supports IPv6 and enable IPv6
+       only sites to access IPv4 sites by using some translation mechanism such
+       as NAT-PT, KAME faith, etc...
+endef
+
 define Package/totd/conffiles
 /etc/totd.conf
 endef
@@ -42,7 +44,7 @@ endef
 define Build/Compile
        $(MAKE) -C $(PKG_BUILD_DIR) \
                DESTDIR="$(PKG_INSTALL_DIR)" \
-               CC=$(TARGET_CC) \
+               CC="$(TARGET_CC)" \
                all
 endef