mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
6179f15efd
Also added a pkconfig file and a couple of links. Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
10 lines
234 B
PkgConfig
10 lines
234 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: 1.5.0
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -L/usr/lib -llfs -llua -lm
|