mirror of
https://github.com/hak5/wifipineapple-openwrt.git
synced 2025-10-29 16:57:19 +00:00
libnl-tiny: install a pkg-config file
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15515 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
10
package/libnl-tiny/files/libnl-tiny.pc
Normal file
10
package/libnl-tiny/files/libnl-tiny.pc
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=/usr
|
||||
exec_prefix=/usr
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include/libnl-tiny
|
||||
|
||||
Name: libnl-tiny
|
||||
Description: Convenience library for netlink sockets
|
||||
Version: 2.0
|
||||
Libs: -L${libdir} -lnl-tiny
|
||||
Cflags:
|
||||
Reference in New Issue
Block a user