/[svn]/libgig/trunk/akai.pc.in
ViewVC logotype

Contents of /libgig/trunk/akai.pc.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2572 - (show annotations) (download)
Thu May 22 12:14:04 2014 UTC (9 years, 10 months ago) by schoenebeck
File size: 214 byte(s)
* Added fork of libakai (this fork provides Linux support) which
  allows reading AKAI medias. Comes with two command line tools
  'akaidump' and 'akaiextract'. Also added a man page for each
  tool.

1 prefix=@prefix@
2 exec_prefix=@exec_prefix@
3 libdir=@libdir@
4 includedir=@includedir@
5
6 Name: akai
7 Description: C++ library for accessing AKAI disk images
8 Version: 0.0.0
9 Libs: -L${libdir} -lakai
10 Cflags: -I${includedir}

  ViewVC Help
Powered by ViewVC