netatalk: Clean up Makefile

Updated title.
Updated description.
Reordered to match most common layout

Signed-off-by: Antonio Pastor <antonio.pastor@gmail.com>
This commit is contained in:
Antonio Pastor 2024-11-03 13:40:02 -05:00 committed by Josef Schlehofer
parent d0abe3d52d
commit 049a055b76
1 changed files with 11 additions and 9 deletions

View File

@ -10,16 +10,16 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=netatalk PKG_NAME:=netatalk
PKG_VERSION:=4.0.4 PKG_VERSION:=4.0.4
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0-or-later
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=@SF/netatalk PKG_SOURCE_URL:=@SF/netatalk
PKG_HASH:=3234ed4aee2dff05319544eec53eda232ecc94742c5cbee39376899551351219 PKG_HASH:=3234ed4aee2dff05319544eec53eda232ecc94742c5cbee39376899551351219
PKG_MAINTAINER:=Antonio Pastor <antonio.pastor@gmail.com>
PKG_LICENSE:=GPL-2.0-or-later
PKG_LICENSE_FILES:=COPYING
PKG_CPE_ID:=cpe:/a:netatalk:netatalk PKG_CPE_ID:=cpe:/a:netatalk:netatalk
PKG_BUILD_DEPENDS:=libevent2
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/nls.mk include $(INCLUDE_DIR)/nls.mk
include $(INCLUDE_DIR)/meson.mk include $(INCLUDE_DIR)/meson.mk
@ -28,16 +28,18 @@ define Package/netatalk
SECTION:=net SECTION:=net
CATEGORY:=Network CATEGORY:=Network
SUBMENU:=Filesystem SUBMENU:=Filesystem
DEPENDS:=+libevent2 +libdb47 +libgcrypt TITLE:=Netatalk - Apple Filing Protocol (AFP) file server.
TITLE:=netatalk
URL:=http://netatalk.sourceforge.net URL:=http://netatalk.sourceforge.net
MAINTAINER:=An Pa <apccv@outlook.com> DEPENDS:=+libevent2 +libdb47 +libgcrypt
endef endef
define Package/netatalk/decription define Package/netatalk/decription
Netatalk is a freely-available Open Source AFP fileserver. Netatalk is an Open Source Apple Filing Protocol (AFP) fileserver.
It also provides a kernel level implementation of the AppleTalk Implements a service that allows Macintosh file sharing
Protocol Suite. and Time Machine backups. Modern MacOS prefers Samba network shares
but AFP has shown superior throughput. High Sierra and older MacOS
only support AFP for Time Machine backups.
Does not support old AppleTalk protocols to talk to non OSX Macs.
endef endef
MESON_ARGS += \ MESON_ARGS += \