🔒 Repository is read-only – file editing is disabled.

recipes/gui/dosbox/PAGBUILD.yaml main

34 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031323334
pkgname: dosbox
pkgver: '0.74.3'
pkgrel: '2'
pkgdesc: 'Emulator with builtin DOS for running DOS Games'
url: 'https://www.dosbox.com/'
arch: x86_64
depends: []
makedepends:
- 'sdl1-net'
- zlib
- 'sdl1-sound'
- libglade
- libpng
- 'alsa-lib'
- 'xorg-glu'

source:
- 'https://downloads.sourceforge.net/project/dosbox/dosbox/0.74-3/dosbox-0.74-3.tar.gz'

sha256sums:
- c0d377f2051b23ae16fa1672d3713b65104a3ed8b4a7e3223be8a5d4cfc23e4a12

build: |
  cd dosbox-0.74-3

  sed -i '23a#include <cstddef>' include/dos_inc.h

  ./configure --prefix=/usr --mandir=/usr/man
  make

  make DESTDIR=${PKGDIR} install

package: |
  true