Home | History | Annotate | Download | only in pkgconfig
      1 prefix=/usr/local/google/home/tfiala/android/master/prebuilts/libs/libedit
      2 exec_prefix=/usr/local/google/home/tfiala/android/master/prebuilts/libs/libedit/linux-x86
      3 libdir=${exec_prefix}/lib
      4 includedir=${prefix}/include
      5 
      6 Name: libedit
      7 Description: command line editor library provides generic line editing, history, and tokenization functions.
      8 Version: 3.1
      9 Requires:
     10 Libs: -L${libdir} -ledit -ltinfo 
     11 Cflags: -I${includedir} -I${includedir}/editline
     12 
     13