From: Peter Wagner <​tripolar@gmx.at> Date: Wed, 30 Oct 2013 22:03:37 +0000 (+0000) Subject: [packages] libotr: simplify Makefile and add myself as maintainer X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f7260ec61f48fa00987eadc4e78926bc72d3f4ba;p=openwrt%2Fsvn-archive%2Farchive.git [packages] libotr: simplify Makefile and add myself as maintainer Signed-off-by: Peter Wagner SVN-Revision: 38622 --- diff --git a/libs/libotr/Makefile b/libs/libotr/Makefile index bee6dabc4a..bb8de06f1b 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