autoconf-2.68: 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:08:19 +01:00
parent 4d2ea6828e
commit 500a45690b
2 changed files with 3 additions and 2 deletions

View File

@ -24,7 +24,7 @@
setup_toolchain host
cd $BUILD/$PKG_NAME
cd $PKG_BUILD
EMACS="no" \
ac_cv_path_M4=$ROOT/$TOOLCHAIN/bin/m4 \

View File

@ -19,12 +19,13 @@
################################################################################
PKG_NAME="autoconf-2.68"
PKG_VERSION=""
PKG_VERSION="legacy"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://sources.redhat.com/autoconf/"
PKG_URL="http://ftp.gnu.org/gnu/autoconf/$PKG_NAME.tar.bz2"
PKG_SOURCE_DIR="$PKG_NAME"
PKG_DEPENDS=""
PKG_BUILD_DEPENDS="ccache m4"
PKG_PRIORITY="optional"