about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/libraries/sparrow3d/sparrow3d.pc.in
blob: ac87c4ff278b1abb765d331bc2be32514832d0ed (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
prefix=@out@
includedir=${prefix}/include
libdir=${prefix}/lib

Name: sparrow3d
Description: a software renderer for different open handhelds like the gp2x, wiz, caanoo and pandora
URL: https://github.com/theZiz/sparrow3d
Version: @version@
Requires: \
  sdl \
  SDL_image \
  SDL_ttf \
  SDL_mixer \
  SDL_net
Cflags: -isystem${includedir}
Libs: -L${libdir} -lsparrow3d -lsparrowNet -lsparrowSound