• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/lua/5.2.4/0004-lua-pc.patch
Francois PerradFrancois Perrad committed 077193b6b3a08 Mar 2015
Raw file
Source viewDiff to previous
 
1
add lua.pc
2
​
3
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
4
​
5
Index: b/etc/lua.pc
6
===================================================================
7
--- /dev/null
8
+++ b/etc/lua.pc
9
@@ -0,0 +1,31 @@
10
+# lua.pc -- pkg-config data for Lua
11
+
12
+# vars from install Makefile
13
+
14
+# grep '^V=' ../Makefile
15
+V= 5.2
16
+# grep '^R=' ../Makefile
17
+R= 5.2.3
18
+
19
+# grep '^INSTALL_.*=' ../Makefile | sed 's/INSTALL_TOP/prefix/'
20
+prefix= /usr
21
+INSTALL_BIN= ${prefix}/bin
22
+INSTALL_INC= ${prefix}/include
23
+INSTALL_LIB= ${prefix}/lib
24
+INSTALL_MAN= ${prefix}/man/man1
25
+INSTALL_LMOD= ${prefix}/share/lua/${V}
26
+INSTALL_CMOD= ${prefix}/lib/lua/${V}
27
+
28
+# canonical vars
29
+exec_prefix=${prefix}
30
+libdir=${exec_prefix}/lib
31
+includedir=${prefix}/include
32
+
33
+Name: Lua
34
+Description: An Extensible Extension Language
35
+Version: ${R}
36
+Requires: 
37
+Libs: -L${libdir} -llua -lm
38
+Cflags: -I${includedir}
39
+
40
+# (end of lua.pc)
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.