blob: 7c40338183f13fa4fafe499864870296ef27e903 [file] [log] [blame]
Todd Fialad32685d2013-10-31 14:03:34 -07001prefix=/usr/local/google/home/tfiala/android/master/prebuilts/libs/libedit
2exec_prefix=/usr/local/google/home/tfiala/android/master/prebuilts/libs/libedit/linux-x86
3libdir=${exec_prefix}/lib
4includedir=${prefix}/include
5
6Name: libedit
7Description: command line editor library provides generic line editing, history, and tokenization functions.
8Version: 3.1
9Requires:
10Libs: -L${libdir} -ledit -ltinfo
11Cflags: -I${includedir} -I${includedir}/editline
12