[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:
parent
06ea2d55ff
commit
96fbab5342
@ -13,17 +13,13 @@ PKG_INSTALL:=1
|
|||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
|
||||||
define Package/libotr/Default
|
define Package/libotr
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
URL:=http://www.cypherpunks.ca/otr/
|
|
||||||
endef
|
|
||||||
|
|
||||||
define Package/libotr
|
|
||||||
$(call Package/libotr/Default)
|
|
||||||
DEPENDS:=+libgcrypt
|
|
||||||
TITLE:=OTR Messaging Library
|
TITLE:=OTR Messaging Library
|
||||||
MENU:=1
|
URL:=http://www.cypherpunks.ca/otr/
|
||||||
|
DEPENDS:=+libgcrypt
|
||||||
|
MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libotr/description
|
define Package/libotr/description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user