From 2656918bce2838d36a249454842b4bfca2b79423 Mon Sep 17 00:00:00 2001 From: tripolar Date: Sat, 16 Oct 2010 11:23:19 +0000 Subject: [PATCH] add maintainer to all of my packages git-svn-id: svn://svn.openwrt.org/openwrt/packages@23473 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/ctorrent/Makefile | 1 + net/irssi/Makefile | 1 + net/ntpd/Makefile | 1 + net/openssh/Makefile | 1 + 4 files changed, 4 insertions(+) diff --git a/net/ctorrent/Makefile b/net/ctorrent/Makefile index a5195a642..522fea564 100644 --- a/net/ctorrent/Makefile +++ b/net/ctorrent/Makefile @@ -26,6 +26,7 @@ define Package/ctorrent/Default CATEGORY:=Network DEPENDS:=+uclibcxx TITLE:=console-based BitTorrent client + MAINTAINER:=Peter Wagner URL:=http://www.rahul.net/dholmes/ctorrent/ endef diff --git a/net/irssi/Makefile b/net/irssi/Makefile index f328e1a79..b0572f61c 100644 --- a/net/irssi/Makefile +++ b/net/irssi/Makefile @@ -27,6 +27,7 @@ define Package/irssi/Default CATEGORY:=Network DEPENDS:=+glib2 +libncurses TITLE:=Console IRC client + MAINTAINER:=Peter Wagner URL:=http://irssi.org/ endef diff --git a/net/ntpd/Makefile b/net/ntpd/Makefile index 1e0210df9..04059f207 100644 --- a/net/ntpd/Makefile +++ b/net/ntpd/Makefile @@ -28,6 +28,7 @@ define Package/ntpd/Default SECTION:=net CATEGORY:=Network TITLE:=ISC ntp + MAINTAINER:=Peter Wagner URL:=http://www.ntp.org/ endef diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 73873fd2d..bc3191e3f 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -27,6 +27,7 @@ define Package/openssh-client CATEGORY:=Network DEPENDS:=+libopenssl +zlib TITLE:=OpenSSH client + MAINTAINER:=Peter Wagner URL:=http://www.openssh.com/ SUBMENU:=SSH endef