diff options
author | Roman Yeryomin <roman@advem.lv> | 2012-09-22 19:44:27 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2012-12-03 00:13:22 +0200 |
commit | 709e200be3507c4f1eed2f4f2e0628b7cfba32c9 (patch) | |
tree | 2db687e9619cf0f83d4f7bac1f5bd8d3b75d6e6b /package/librtk-inband/files | |
parent | 9e96cd6c1bdccc1f9d2d6978ae12523f00bd7f85 (diff) |
Add hostapd-rtk and librtk-inband packages
Signed-off-by: Roman Yeryomin <roman@advem.lv>
Diffstat (limited to 'package/librtk-inband/files')
-rw-r--r-- | package/librtk-inband/files/librtk-inband.pc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/librtk-inband/files/librtk-inband.pc b/package/librtk-inband/files/librtk-inband.pc new file mode 100644 index 000000000..eb20fdb94 --- /dev/null +++ b/package/librtk-inband/files/librtk-inband.pc @@ -0,0 +1,10 @@ +prefix=/usr +exec_prefix=/usr +libdir=${exec_prefix}/lib +includedir=${prefix}/include/librtk-inband + +Name: librtk-inband +Description: library for inband configuration of realtek wireless devices +Version: 1.0 +Libs: -L${libdir} -lrtk-inband +Cflags: |