zip: rename sourcedir with $PKG_SOURCE_DIR to $PKG_NAME-$PKG_VERSION

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-12-05 01:07:20 +01:00
parent 5c9b40d312
commit 96fe600b9e

View File

@ -25,6 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="Info-ZIP"
PKG_SITE="http://www.info-zip.org/pub/infozip/"
PKG_URL="$SOURCEFORGE_SRC/infozip/Zip%203.x%20%28latest%29/3.0/${PKG_NAME}${PKG_VERSION}.tar.gz"
PKG_SOURCE_DIR="${PKG_NAME}${PKG_VERSION}"
PKG_DEPENDS="bzip2"
PKG_BUILD_DEPENDS_TARGET="toolchain bzip2"
PKG_PRIORITY="optional"