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

recipes/gui/sdl1-sound/PAGBUILD.yaml main

26 linii Raw ← Powrót
1234567891011121314151617181920212223242526
pkgname: sdl1-sound
pkgver: '1.0.3'
pkgrel: '5'
pkgdesc: Library to decode several popular sound file formats, such as .WAV and .MP3
url: 'http://www.libsdl.org/projects/SDL_sound'
arch: x86_64
depends: []
makedepends:
- sdl1
- libmikmod
- libvorbis
- flac
- speex
source:
- 'https://icculus.org/SDL_sound/downloads/SDL_sound-${pkgver}.tar.gz'
sha256sums:
- 3999fd0bbb485289a52be14b2f68b571cb84e380cc43387eadf778f64c79e6df
build: |
  cd SDL_sound-${pkgver}

  ./configure --prefix=/usr --disable-static --disable-physfs
  make

  make DESTDIR=${PKGDIR} install
package: |
  true