mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 02:03:01 +00:00
5325503f65
Co-authored-by: Anderson Torres <torres.anderson.85@protonmail.com>
17 lines
399 B
PkgConfig
17 lines
399 B
PkgConfig
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
|