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

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

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: sdl1-net
pkgver: '1.2.8'
pkgrel: '2'
pkgdesc: A small sample cross-platform networking library
url: 'https://www.libsdl.org/projects/SDL_net/'
arch: x86_64
depends: []
makedepends:
- sdl1
source:
- 'https://www.libsdl.org/projects/SDL_net/release/SDL_net-${pkgver}.tar.gz'
sha256sums:
- 5f4a7a8bb884f793c278ac3f3713be41980c5eedccecff0260411347714facb4
build: |
  cd SDL_net-${pkgver}
  ./configure --prefix=/usr --disable-static
  make
  make DESTDIR=${PKGDIR} install
package: |
  true