diff options
author | Roman Yeryomin <roman@advem.lv> | 2012-09-22 19:44:27 +0300 |
---|---|---|
committer | Roman Yeryomin <roman@advem.lv> | 2012-09-22 19:44:27 +0300 |
commit | 1784b1575a27ac1bfc5cf9d9e5fd3b2d869d991d (patch) | |
tree | f8cad2717e99cad8b0f3e027430b03c38ec02aec /package/librtk-inband/files | |
parent | 6fc13c5885603ee5257c79b0f922f6b220ddfcf2 (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: |