Received: from knopi.disroot.org (knopi.disroot.org [178.21.23.139]) by nld3-dev1.alpinelinux.org (Postfix) with ESMTPS id 31FDD782B5F for <~alpine/aports@lists.alpinelinux.org>; Fri, 23 Aug 2019 12:30:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by disroot.org (Postfix) with ESMTP id EFAAB21476 for <~alpine/aports@lists.alpinelinux.org>; Fri, 23 Aug 2019 14:30:57 +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 WDGibRTtqpFz; Fri, 23 Aug 2019 14:30:56 +0200 (CEST) From: Bart Ribbers DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1566563455; bh=xtHoZv476ekXusXnrTluYfb1n1aFidevXAAq7XhyRgo=; h=From:To:Cc:Subject:Date; b=kg+il6Xra1siP2fQABhV453vH79Vjw7/35VxofuMekjusDbnXpMBSv2Av4pKG9TnF NiGigxbqKXri4vpF4BP7Cze1A9eOaumBtym2SADWRP5dO38Nxgwi1C4NRg+N+1OwbL 9iaqo7EiGOCUnChQSg5gYCpDRNGJE/Wp48+jsP/bnzebcA4HIpSqH+7s0hvx0SoQ9K 3dErtGkYG0yRdBaIbi6hXIEAlmAsPbHT1u+3BlwupS1aXXj13w1+vwW7mYu6d7Jd14 1dQRtELfb+31iaz79MLH3gK6sJE3e3WNF/VDDhOF6eqmfiaD2SML3Rh0FkUcRpaMLD PpO6k0IxVKDew== To: ~alpine/aports@lists.alpinelinux.org Cc: Bart Ribbers Subject: [PATCH v2] testing/libretro-nestopia: new aport Date: Fri, 23 Aug 2019 14:30:53 +0200 Message-Id: <20190823123053.21740-1-bribbers@disroot.org> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit I left an empty variable ($makedepends) in the previous patch --- testing/libretro-nestopia/APKBUILD | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 testing/libretro-nestopia/APKBUILD diff --git a/testing/libretro-nestopia/APKBUILD b/testing/libretro-nestopia/APKBUILD new file mode 100644 index 0000000000..c251ace8a0 --- /dev/null +++ b/testing/libretro-nestopia/APKBUILD @@ -0,0 +1,26 @@ +# Contributor: Bart Ribbers +# Maintainer: Bart Ribbers +pkgname=libretro-nestopia +_pkgname=nestopia +pkgver=1.49_git20190819 +pkgrel=0 +_commit="0806f9194735f4af28d3f4fe6165212f5e142a58" +arch="all" +url="https://github.com/libretro/nestopia" +pkgdesc="Nintendo Entertainment System core for libretro" +license="GPL-2.0-or-later" +source="$pkgname-$_commit.tar.gz::https://github.com/libretro/nestopia/archive/$_commit.tar.gz" +builddir="$srcdir/$_pkgname-$_commit" +options="!check" # No tests + +build() { + cd libretro + make +} + +package() { + cd libretro + install -Dm644 nestopia_libretro.so "$pkgdir"/usr/lib/libretro/nestopia_libretro.so +} + +sha512sums="d95ede611f83b8dce61b07a37730ab82e6c608b691fed3ad319415134b9d7871ca1ce22d28ce00c8a7e64a41982b719d85252a9aecb113e3927778403eaaa35f libretro-nestopia-0806f9194735f4af28d3f4fe6165212f5e142a58.tar.gz" -- 2.21.0