summaryrefslogtreecommitdiff
path: root/base64c
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-23 17:37:57 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-23 17:37:57 +0200
commit5eabe4faa0f5981865c6dffdeeeca5df4d8e8ceb (patch)
treeb378561a8f2d12f4fc75b98d0be9bae67e7412fa /base64c
parente7eb55fc16ff68ef77825ba4f1c7f8e3c138e03d (diff)
downloadopenwrt-personal-pkgs-5eabe4faa0f5981865c6dffdeeeca5df4d8e8ceb.tar.gz
openwrt-personal-pkgs-5eabe4faa0f5981865c6dffdeeeca5df4d8e8ceb.tar.bz2
openwrt-personal-pkgs-5eabe4faa0f5981865c6dffdeeeca5df4d8e8ceb.zip
base64c: fix URL and add description
Diffstat (limited to 'base64c')
-rw-r--r--base64c/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/base64c/Makefile b/base64c/Makefile
index 0b28ff0..74eb4b3 100644
--- a/base64c/Makefile
+++ b/base64c/Makefile
@@ -12,7 +12,7 @@ PKG_NAME:=base64c
PKG_RELEASE:=1
PKG_SOURCE_PROTO:=git
-PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/base64.git
+PKG_SOURCE_URL:=https://gitlab.nic.cz/turris/base64c.git
#PKG_SOURCE_VERSION:=v$(PKG_VERSION)
PKG_MAINTAINER:=CZ.NIC <packaging@turris.cz>
@@ -30,7 +30,11 @@ define Package/base64c
SECTION:=libs
CATEGORY:=Libraries
TITLE:=base64c
- URL:=https://gitlab.nic.cz/turris/base64.git
+ URL:=https://gitlab.nic.cz/turris/base64c.git
+endef
+
+define Package/base64c/description
+ Base64 encoding/decoding library for C
endef
CONFIGURE_ARGS += \