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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2572 - (hide annotations) (download)
Thu May 22 12:14:04 2014 UTC (9 years, 11 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 schoenebeck 2572 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