commit
6c265528cf
2 changed files with 2 additions and 5 deletions
|
@ -36,10 +36,6 @@ PKG_AUTORECONF="no"
|
|||
PKG_TOOLCHAIN="make"
|
||||
PKG_PATCH_DIRS+="${DEVICE}"
|
||||
|
||||
make_target() {
|
||||
PKG_MAKE_OPTS_TARGET+=" platform=${DEVICE}"
|
||||
}
|
||||
|
||||
makeinstall_target() {
|
||||
mkdir -p ${INSTALL}/usr/lib/libretro
|
||||
${STRIP} --strip-debug dosbox_pure_libretro.so
|
||||
|
|
|
@ -18,9 +18,10 @@ case ${HOST_ARCH} in
|
|||
esac
|
||||
|
||||
PKG_URL="https://cdn.azul.com/zulu/bin/zulu${PKG_VERSION}-linux_${ZULUARCH}.tar.gz"
|
||||
|
||||
PKG_LONGDESC="Zulu, the open Java(TM) platform from Azul Systems."
|
||||
PKG_TOOLCHAIN="manual"
|
||||
|
||||
post_unpack() {
|
||||
rm -f ${PKG_BUILD}/src.zip
|
||||
rm -f ${PKG_BUILD}/src.zip ${SOURCES}/${PKG_NAME}/*
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue