mkpkg_libretro-ppsspp: update to new repo

This commit is contained in:
CvH 2018-07-04 14:17:23 +02:00
parent a55234904b
commit 8d69a49d80

View File

@ -1,25 +1,26 @@
#!/bin/sh #!/bin/sh
################################################################################ ################################################################################
# This file is part of OpenELEC - http://www.openelec.tv # This file is part of LibreELEC - https://libreelec.tv
# Copyright (C) 2018-present Team LibreELEC
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# #
# OpenELEC is free software: you can redistribute it and/or modify # LibreELEC is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 2 of the License, or # the Free Software Foundation, either version 2 of the License, or
# (at your option) any later version. # (at your option) any later version.
# #
# OpenELEC is distributed in the hope that it will be useful, # LibreELEC is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of # but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details. # GNU General Public License for more details.
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with OpenELEC. If not, see <http://www.gnu.org/licenses/>. # along with LibreELEC. If not, see <http://www.gnu.org/licenses/>.
################################################################################ ################################################################################
echo "getting sources..." echo "getting sources..."
if [ ! -d libretro-ppsspp.git ]; then if [ ! -d libretro-ppsspp.git ]; then
git clone --depth=1 --recursive https://github.com/libretro/ppsspp libretro-ppsspp.git git clone --depth=1 --recursive https://github.com/hrydgard/ppsspp libretro-ppsspp.git
fi fi
cd libretro-ppsspp.git cd libretro-ppsspp.git
@ -33,6 +34,12 @@ echo "copying sources..."
echo "cleaning sources..." echo "cleaning sources..."
rm -rf libretro-ppsspp-$GIT_REV/.git rm -rf libretro-ppsspp-$GIT_REV/.git
rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/android
rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/blackberry
rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/ios
rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/macosx
rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/symbian
rm -rf libretro-ppsspp-$GIT_REV/ffmpeg/Windows*
echo "packing sources..." echo "packing sources..."
tar cvJf libretro-ppsspp-$GIT_REV.tar.xz libretro-ppsspp-$GIT_REV tar cvJf libretro-ppsspp-$GIT_REV.tar.xz libretro-ppsspp-$GIT_REV