mirror of
https://github.com/KeithDHedger/LFSPkgBuilds.git
synced 2026-01-27 08:04:20 +00:00
added retroarch/ffmpeg/rpi3 bluetooth firmware
This commit is contained in:
@ -26,17 +26,17 @@ mkdir -p "$PKG"
|
||||
pushd $COMPILEAT 2>/dev/null||true
|
||||
tar -xvf "${SOURCEARCHIVES}/${SECTION}/${TARBALL}"
|
||||
pushd "${TARNAME}-${VERSION}"
|
||||
mkdir python2
|
||||
mkdir python2||true
|
||||
pushd python2
|
||||
PYTHON=/usr/bin/python ../configure ${CONFIGOPTIONS} --docdir=/usr/share/doc/${PKGNAME}-${VERSION}
|
||||
make || exit 100
|
||||
make $MAKEFLAGS|| exit 100
|
||||
popd
|
||||
make -C python2 install DESTDIR=$PKG || exit 100
|
||||
|
||||
mkdir python3
|
||||
mkdir python3||true
|
||||
pushd python3
|
||||
PYTHON=/usr/bin/python3 ../configure ${CONFIGOPTIONS} --docdir=/usr/share/doc/${PKGNAME}-${VERSION}
|
||||
make || exit 100
|
||||
make $MAKEFLAGS|| exit 100
|
||||
popd
|
||||
make -C python3 install DESTDIR=$PKG || exit 100
|
||||
popd
|
||||
|
||||
Reference in New Issue
Block a user