mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
68d7465288
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
10 lines
239 B
PkgConfig
10 lines
239 B
PkgConfig
prefix=/usr
|
|
exec_prefix=${prefix}
|
|
includedir=${prefix}/include
|
|
libdir=${exec_prefix}/lib/lua/5.1
|
|
|
|
Name: lfs
|
|
Description: lfs - lua filesystem library
|
|
Version: @VERSION@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -L/usr/lib -llfs -llua -lm
|