From 2db9b5569b0c0939f66fdfa4fa7860088a5b4a3e Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Fri, 17 Apr 2020 23:28:04 +0200 Subject: pcr: Add naev for armv7h Signed-off-by: Denis 'GNUtoo' Carikli --- pcr/naev/PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 pcr/naev/PKGBUILD (limited to 'pcr/naev/PKGBUILD') diff --git a/pcr/naev/PKGBUILD b/pcr/naev/PKGBUILD new file mode 100644 index 000000000..210d0fa4f --- /dev/null +++ b/pcr/naev/PKGBUILD @@ -0,0 +1,38 @@ +# Maintainer (Arch): Sven-Hendrik Haase +# Contributor (Arch): Johan Rehnberg +# This package is in Parabola only for architectures that don't have xonotic in +# their feed. Here is the status of xonotic in the various upstream +# GNU/Linux distributions Parabola is based on: +# +--------------+----------------+---------------+ +# | Architecture | Upstream | Upstream repo | +# +--------------+----------------+---------------+ +# | armv7h | Arch Linux ARM | None | +# | i686 | Arch Linux 32 | community | +# | x86_64 | Arch Linux | community | +# +--------------+----------------+---------------+ + +pkgname=naev +pkgver=0.7.0 +pkgrel=2 +pkgdesc='2D action/rpg space game' +arch=('armv7h') +url="http://sourceforge.net/projects/naev/" +license=('GPL3') +depends=('glu' 'openal' 'libvorbis' 'sdl2' 'sdl2_image' 'sdl2_mixer' 'libgl' 'libxml2' 'freetype2' 'libpng' 'libzip' 'luajit') +makedepends=('freeglut' 'zip') +source=("https://github.com/naev/naev/archive/naev-${pkgver}.tar.gz") +md5sums=('c07e24c2e87d08fdb73e666fb4e59981') + +build() { + cd "$srcdir/$pkgname-$pkgname-$pkgver" + + ./autogen.sh + ./configure --prefix=/usr --disable-debug --disable-shave --with-ndata-path=/usr/share/naev/ndata + make +} + +package() { + cd "$srcdir/$pkgname-$pkgname-$pkgver" + + make DESTDIR="$pkgdir/" install +} -- cgit v1.2.3