diff options
author | Karel Kočí <cynerd@email.cz> | 2020-07-23 17:37:57 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2020-07-23 17:37:57 +0200 |
commit | 5eabe4faa0f5981865c6dffdeeeca5df4d8e8ceb (patch) | |
tree | b378561a8f2d12f4fc75b98d0be9bae67e7412fa | |
parent | e7eb55fc16ff68ef77825ba4f1c7f8e3c138e03d (diff) | |
download | openwrt-personal-pkgs-5eabe4faa0f5981865c6dffdeeeca5df4d8e8ceb.tar.gz openwrt-personal-pkgs-5eabe4faa0f5981865c6dffdeeeca5df4d8e8ceb.tar.bz2 openwrt-personal-pkgs-5eabe4faa0f5981865c6dffdeeeca5df4d8e8ceb.zip |
base64c: fix URL and add description
-rw-r--r-- | base64c/Makefile | 8 |
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 += \ |