build (178B)
1 2 3 4 5 6 7 8 9 10 11 12
#!/bin/sh -e luav=$(pkgconf --modversion lua) luav=${luav%.*} ./configure \ --lua-version="$luav" \ --with-lua=/usr \ --prefix=/usr make make DESTDIR="$1" install