Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 1738F781A81 for <~alpine/aports@lists.alpinelinux.org>; Sun, 11 Aug 2019 01:55:10 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id 2E25727E37 for <~alpine/aports@lists.alpinelinux.org>; Sun, 11 Aug 2019 03:55:09 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at disroot.org Received: from knopi.disroot.org ([127.0.0.1]) by localhost (disroot.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6Equ8RvnxcuN; Sun, 11 Aug 2019 03:55:08 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1565488508; bh=s/uoPIqrZUdj1f73Gk22QXQcoRyAbjyaNJbmK+v506g=; h=From:To:Cc:Subject:Date; b=dgwoHdAorn79bk0SoeMyxj8VRcPReij3Z5MBNY0U7ujSoiDBvLp0N7MPhCcGPuC4U Y84UZSI3tpNOsimks7kDIThmnNlgTehdkzTV0We09LUBtOKSu44kW9wmjjQtborJwE /Lr77HWUmnT3v8d+2LGK3HvXRYvCMa19tvV3CXbK4GaHQzQ/vcnPqU+j1Dlg8M/asn FZMB3+RASSvRxxY/N1HQeZpRJVQ7eeSaBylgyisFjpS4SpC5CpVq06VuDlEeeNiqXm LFhtKSck0Ea63knepjP7oNauURFaIauty984cqVTrQSSuHMJI+zjG11cQfThWWCPBt mg3tIH13HHcGA== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH] testing/libretro-beetle-psx: new aport Date: Sun, 11 Aug 2019 03:54:58 +0200 Message-Id: <20190811015458.27166-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit --- testing/libretro-beetle-psx/APKBUILD | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/testing/libretro-beetle-psx/APKBUILD b/testing/libretro-beetle-psx/APKBUILD index a8691c1383..012c3c70a1 100644 --- a/testing/libretro-beetle-psx/APKBUILD +++ b/testing/libretro-beetle-psx/APKBUILD @@ -15,17 +15,26 @@ subpackages="$pkgname-hw" builddir="$srcdir/$_pkgname-$_commit" options="!check" # No tests +prepare() { + default_prepare + + mkdir -p "$srcdir"/libretro-beetle-psx && mkdir -p "$srcdir"/libretro-beetle-psx-hw + cp -r "$builddir"/* "$srcdir"/libretro-beetle-psx && cp -r "$builddir"/* "$srcdir"/libretro-beetle-psx-hw + mv "$srcdir"/libretro-beetle-psx "$builddir" + mv "$srcdir"/libretro-beetle-psx-hw "$builddir" +} + build() { - make - HAVE_HW=1 make + make -C libretro-beetle-psx + HAVE_HW=1 make -C libretro-beetle-psx-hw } package() { - install -Dm644 mednafen_psx_libretro.so "$pkgdir"/usr/lib/libretro + install -Dm644 "$builddir"/libretro-beetle-psx/mednafen_psx_libretro.so "$pkgdir"/usr/lib/libretro } hw() { - install -Dm644 mednafen_psx_hw_libretro.so "$pkgdir"/usr/lib/libretro + install -Dm644 "$builddir"/libretro-beetle-psx-hw/mednafen_psx_hw_libretro.so "$subpkgdir"/usr/lib/libretro } sha512sums="e8f2cbb6823ee3b1bedc137a1de5b681e86c9e11d04a00fd7e7496dad613b9e07bb56c64d588ec82551e09d869b62cbf5c5a630ce72fc7452cb38fd97a026c45 libretro-beetle-psx-7b584a4ce05968482a1e5e3719ba341807f42277.tar.gz" -- 2.21.0