diff options
author | Ted Hess <thess@kitschensync.net> | 2014-07-16 15:37:53 -0400 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2014-07-16 15:37:53 -0400 |
commit | 8af95fcaf119345d1ddc190b5059360d0b612b89 (patch) | |
tree | 6f42f69fdd3e57a1762de34e7f3a90d6e0d641e4 /libs/avahi/Makefile | |
parent | 373d770d74cee7e5c8b7068415bfd659b3faf92b (diff) |
avahi: Update copyright, add myself as pkg maintainer
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/avahi/Makefile')
-rw-r--r-- | libs/avahi/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/libs/avahi/Makefile b/libs/avahi/Makefile index 5a13efe32..f2d882d32 100644 --- a/libs/avahi/Makefile +++ b/libs/avahi/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2007-2012 OpenWrt.org +# Copyright (C) 2007-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -18,12 +18,13 @@ endif PKG_NAME:=avahi PKG_VERSION:=0.6.31 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://avahi.org/download/ PKG_MD5SUM:=2f22745b8f7368ad5a0a3fddac343f2d +PKG_MAINTAINER:=Ted Hess <thess@kitschensync.net> PKG_BUILD_DEPENDS:=libexpat libdaemon libgdbm intltool/host libpthread dbus |