mirror of
https://github.com/g7/nala.git
synced 2026-09-24 23:40:47 -05:00
12 lines
239 B
PkgConfig
12 lines
239 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib
|
|
|
|
Name: nala
|
|
Description: Simple file watcher based on GLib
|
|
Version: 1.0.3
|
|
Requires: glib-2.0 gio-2.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lnala
|