From: tripolar Date: Wed, 30 Oct 2013 22:03:37 +0000 (+0000) Subject: [packages] libotr: simplify Makefile and add myself as maintainer X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=96fbab534244764b868ca0a2a9e3cf31cd65b50b;p=packages.git [packages] libotr: simplify Makefile and add myself as maintainer Signed-off-by: Peter Wagner git-svn-id: svn://svn.openwrt.org/openwrt/packages@38622 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/libs/libotr/Makefile b/libs/libotr/Makefile index bee6dabc4..bb8de06f1 100644 --- a/libs/libotr/Makefile +++ b/libs/libotr/Makefile @@ -13,17 +13,13 @@ PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk -define Package/libotr/Default +define Package/libotr SECTION:=libs CATEGORY:=Libraries + TITLE:=OTR Messaging Library URL:=http://www.cypherpunks.ca/otr/ -endef - -define Package/libotr - $(call Package/libotr/Default) DEPENDS:=+libgcrypt - TITLE:=OTR Messaging Library - MENU:=1 + MAINTAINER:=Peter Wagner endef define Package/libotr/description