samba: needs attr

This commit is contained in:
Sascha Kuehndel (InuSasha) 2018-08-01 21:48:27 +02:00
parent d455e47186
commit 9c29a83d46
No known key found for this signature in database
GPG Key ID: 15FED89617B88D1B

View File

@ -9,7 +9,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPLv3+" PKG_LICENSE="GPLv3+"
PKG_SITE="https://www.samba.org" PKG_SITE="https://www.samba.org"
PKG_URL="https://download.samba.org/pub/samba/stable/$PKG_NAME-$PKG_VERSION.tar.gz" PKG_URL="https://download.samba.org/pub/samba/stable/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS_TARGET="toolchain heimdal:host e2fsprogs Python2 zlib readline popt libaio connman" PKG_DEPENDS_TARGET="toolchain attr heimdal:host e2fsprogs Python2 zlib readline popt libaio connman"
PKG_NEED_UNPACK="$(get_pkg_directory heimdal) $(get_pkg_directory e2fsprogs)" PKG_NEED_UNPACK="$(get_pkg_directory heimdal) $(get_pkg_directory e2fsprogs)"
PKG_SECTION="network" PKG_SECTION="network"
PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client" PKG_SHORTDESC="samba: The free SMB / CIFS fileserver and client"