[packages] dmapd: fix dependency on libdb47, bump release number
git-svn-id: svn://svn.openwrt.org/openwrt/packages@28446 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
6a12e7c6ce
commit
ef1dc9be48
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (C) 2009-2010 OpenWrt.org
|
||||
# Copyright (C) 2009-2011 OpenWrt.org
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v2.
|
||||
# See /LICENSE for more information.
|
||||
@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dmapd
|
||||
PKG_VERSION:=0.0.42
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=http://www.flyn.org/projects/dmapd
|
||||
@ -24,7 +24,7 @@ include $(INCLUDE_DIR)/nls.mk
|
||||
define Package/dmapd
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
DEPENDS:=+libdmapsharing +db47 +vips
|
||||
DEPENDS:=+libdmapsharing +libdb47 +vips
|
||||
TITLE:= dmapd
|
||||
URL:=http://www.flyn.org/projects/dmapd/
|
||||
MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||
|
Loading…
x
Reference in New Issue
Block a user