updated on Wed Jan 25 08:34:36 UTC 2012
[aur-mirror.git] / libnxt / libnxt.pc
blobfdec1cc2880cba8e0b112fd49803d5b4562ed4cc
1 prefix=/usr
2 exec_prefix=${prefix}
3 libdir=${exec_prefix}/lib
4 includedir=${prefix}/include
6 Name: libnxt
7 Description: An utility library for talking to the LEGO Mindstorms NXT intelligent brick
8 Requires: libusb >= 0.1
9 Conflicts: libusb >= 0.2
10 Version: 0.3
11 Libs: -L${libdir} -lnxt -lusb
12 Cflags: -I${includedir}