mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 22:26:42 +00:00
vdr-wirbelscan: replace post_unpack() with $PKG_SOURCE_DIR
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
5291dfe951
commit
875e3a5ef3
@ -25,6 +25,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://wirbel.htpc-forum.de/wirbelscan/index2.html"
|
PKG_SITE="http://wirbel.htpc-forum.de/wirbelscan/index2.html"
|
||||||
PKG_URL="http://wirbel.htpc-forum.de/wirbelscan/$PKG_NAME-$PKG_VERSION.tgz"
|
PKG_URL="http://wirbel.htpc-forum.de/wirbelscan/$PKG_NAME-$PKG_VERSION.tgz"
|
||||||
|
PKG_SOURCE_DIR="wirbelscan-${PKG_VERSION}"
|
||||||
PKG_DEPENDS=""
|
PKG_DEPENDS=""
|
||||||
PKG_BUILD_DEPENDS_TARGET="toolchain vdr"
|
PKG_BUILD_DEPENDS_TARGET="toolchain vdr"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
@ -33,7 +34,6 @@ PKG_SHORTDESC="TV"
|
|||||||
PKG_LONGDESC="TV"
|
PKG_LONGDESC="TV"
|
||||||
|
|
||||||
PKG_IS_ADDON="no"
|
PKG_IS_ADDON="no"
|
||||||
|
|
||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
VDR_DIR=$(basename $BUILD/vdr-[0-9]*)
|
VDR_DIR=$(basename $BUILD/vdr-[0-9]*)
|
||||||
@ -41,10 +41,6 @@ PKG_MAKE_OPTS_TARGET="VDRDIR=$ROOT/$BUILD/$VDR_DIR \
|
|||||||
LIBDIR=\".\" \
|
LIBDIR=\".\" \
|
||||||
LOCALEDIR=\"./locale\""
|
LOCALEDIR=\"./locale\""
|
||||||
|
|
||||||
post_unpack() {
|
|
||||||
mv $ROOT/$BUILD/wirbelscan-${PKG_VERSION} $ROOT/$BUILD/${PKG_NAME}-${PKG_VERSION}
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
export CFLAGS="$CFLAGS -fPIC"
|
export CFLAGS="$CFLAGS -fPIC"
|
||||||
export CXXFLAGS="$CXXFLAGS -fPIC"
|
export CXXFLAGS="$CXXFLAGS -fPIC"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user