Skip to content

Instantly share code, notes, and snippets.

@lu-zero
Created June 23, 2019 13:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lu-zero/01ad2739712dd25e34757523923dc544 to your computer and use it in GitHub Desktop.
Save lu-zero/01ad2739712dd25e34757523923dc544 to your computer and use it in GitHub Desktop.
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include
Name: lewton
Description: Pure Rust vorbis decoder
Version: 0.9.4
Libs: -L${libdir} -llewton
Cflags: -I${includedir}/lewton
Libs.private: -lSystem -lresolv -lc -lm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment