- Update all .pc files
* Fix 'pf d*' segfault
- Show flag references in all 'pf' values
* Many bugfixes in vapis
- Use nested namespaces instead of static classes
- Static classes was deprecated in Vala some years ago
- All bindings are working again
- C++ support has been added
- Guile is now compiled by default
* Added ./configure-langs to select which langs to use
- Use --enable=python,perl or --disable=guile
11 lines
233 B
Text
11 lines
233 B
Text
prefix=@PREFIX@
|
|
exec_prefix=${prefix}
|
|
libdir=${exec_prefix}/lib
|
|
includedir=${prefix}/include
|
|
|
|
Name: r_socket
|
|
Description: radare foundation libraries
|
|
Version: 0.7.1
|
|
Requires:
|
|
Libs: -L${libdir} -lr_socket
|
|
Cflags: -I${includedir}/libr
|