[packages] libotr: simplify Makefile and add myself as maintainer

Signed-off-by: Peter Wagner <tripolar@gmx.at>


git-svn-id: svn://svn.openwrt.org/openwrt/packages@38622 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
tripolar 2013-10-30 22:03:37 +00:00
parent 06ea2d55ff
commit 96fbab5342

View File

@ -13,17 +13,13 @@ PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
define Package/libotr/Default
define Package/libotr
SECTION:=libs
CATEGORY:=Libraries
URL:=http://www.cypherpunks.ca/otr/
endef
define Package/libotr
$(call Package/libotr/Default)
DEPENDS:=+libgcrypt
TITLE:=OTR Messaging Library
MENU:=1
URL:=http://www.cypherpunks.ca/otr/
DEPENDS:=+libgcrypt
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
endef
define Package/libotr/description