X-Original-To: alpine-aports@lists.alpinelinux.org Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by lists.alpinelinux.org (Postfix) with ESMTP id B20A3F816CF for ; Sun, 24 Feb 2019 15:49:25 +0000 (UTC) Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.nyi.internal (Postfix) with ESMTP id 3D94121D4E; Sun, 24 Feb 2019 10:49:25 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Sun, 24 Feb 2019 10:49:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sent.com; h=from :to:cc:subject:date:message-id:mime-version :content-transfer-encoding; s=fm2; bh=4xSDt+wRqgZkQvuT1suRyX74um XjMr5+potsqRh01K0=; b=G+NdzMkxrtSLdnfVAKp4OExJ84WDVk+YAD6BCKvW8l TPrCtwmvG4szlhCo4S1UAVIP6cxlVTNAJXgE0pwgvTDd3jisnw3IqyY81tNX/ccL IDH62lV0zSgzD6T/cqn1ZdYr+cG0JN43PtkmfNX7ddzwe9g2rl4VxbJiR6ajE4qm mb1IiCed9f8NtHXcrRNnH2LHPedBoY4mFrGGN/f1UZVjkeGCZQwYytCg9AZ9tk6Q e0fKf4FLCptrxQhIAI9qINYYgPcANA7Fq8mk2JU+HA6acHh4t/PO+daVkpKMY61H lKGiuaf1TNC0fQXQpQWQL6KO5riBBhDQ4uiWPD7SNBsA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:date:from :message-id:mime-version:subject:to:x-me-proxy:x-me-proxy :x-me-sender:x-me-sender:x-sasl-enc; s=fm2; bh=4xSDt+wRqgZkQvuT1 suRyX74umXjMr5+potsqRh01K0=; b=jhIbmr386/UdmTzP7Ji7cJXRcBNz+IIJD 4uBye8CSd8dm31dmzxmNJcEiZ5kvHmSXZmDHi5RGbmabMyQ7KFX/m9UwFnYvWLvo 307lVLhcRDCFwgTJsbWwjWGrUs3V59optfQq6ZXKTMRmJnQq3QCpgtl0p/serUf5 Us9Bh2kJD4SOvZMpnmBXWgo+CA06dfV5eHrX7x/kp0/NLthaOVywKvUw6Ym1G131 nOt+UbhGLc8BCPkuxsswgQU88u3/Ammcb3G+Ee2wjHHQimd6aL7y8gkQaaJjw6/n 59H0U3ZFtQ3GGevSclOiX4oguD7u8emKUexBbS0ZBqky3e5kx4lmg== X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedutddrudeggdekvdculddtuddrgedtledrtddtmd cutefuodetggdotefrodftvfcurfhrohhfihhlvgemucfhrghsthforghilhdpqfhuthen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffufffkofgggfestdekredtre dttdenucfhrhhomheprfgruhhluceurhgvuggsuhhrhicuoegsrhgvsghssehsvghnthdr tghomheqnecuffhomhgrihhnpehsohhurhgtvghfohhrghgvrdhnvghtnecukfhppeektd drgedurddugedvrdehkeenucfrrghrrghmpehmrghilhhfrhhomhepsghrvggsshesshgv nhhtrdgtohhmnecuvehluhhsthgvrhfuihiivgeptd X-ME-Proxy: Received: from brebsc.lan (host-80-41-142-58.as13285.net [80.41.142.58]) by mail.messagingengine.com (Postfix) with ESMTPA id 9AFBBE461F for ; Sun, 24 Feb 2019 10:49:24 -0500 (EST) Received: from localhost ([127.0.0.1] helo=brebsc.lan) by brebsc.lan with esmtp (Exim 4.92) (envelope-from ) id 1gxw1q-00055E-Eq; Sun, 24 Feb 2019 15:49:22 +0000 From: Paul Bredbury To: alpine-aports@lists.alpinelinux.org Cc: Paul Bredbury Subject: [alpine-aports] [PATCH] testing/quakespasm: new aport Date: Sun, 24 Feb 2019 15:49:09 +0000 Message-Id: <20190224154909.19499-1-brebs@sent.com> X-Mailer: git-send-email 2.20.1 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit http://quakespasm.sourceforge.net/ Quake 1 engine. --- testing/quakespasm/APKBUILD | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 testing/quakespasm/APKBUILD diff --git a/testing/quakespasm/APKBUILD b/testing/quakespasm/APKBUILD new file mode 100644 index 0000000000..e2e57b752a --- /dev/null +++ b/testing/quakespasm/APKBUILD @@ -0,0 +1,27 @@ +# Contributor: Paul Bredbury +pkgname=quakespasm +pkgver=0.93.1 +pkgrel=0 +pkgdesc="Quake 1 engine" +url="http://quakespasm.sourceforge.net/" +arch="all" +license="GPL-2.0-or-later" +depends="" +makedepends="mesa-dev sdl2-dev libmad-dev libvorbis-dev" +source="https://sourceforge.net/projects/$pkgname/files/Source/$pkgname-$pkgver.tgz" +builddir="$srcdir/$pkgname-$pkgver/Quake" +options="!check" # No test suite + +build() { + cd "$builddir" + make DO_USERDIRS=1 USE_SDL2=1 +} + +package() { + cd "$builddir" + + install -Dm 755 "$pkgname" "$pkgdir/usr/bin/$pkgname" + install -Dm 644 "$pkgname.pak" "$pkgdir/usr/share/games/quake/$pkgname.pak" +} + +sha512sums="3443d1b6ea75d7b6762a3b26d58d871fcdd4a79f776c0e881b8e0ebca822a3c2b500081cfde26d56f1db019df99439c4a93140139d2b627857fd09381d564751 quakespasm-0.93.1.tgz" -- 2.20.1 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---