mirror of
https://github.com/g7/nala.git
synced 2026-08-24 02:24:26 -05:00
12 lines
247 B
PkgConfig
12 lines
247 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 gee-0.8
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lnala
|