wok-6.x annotate luafilesystem/receipt @ rev 21592
updated ocaml (3.12.1 -> 4.07.1)
author | Hans-G?nter Theisgen |
---|---|
date | Tue May 21 11:08:14 2019 +0100 (2019-05-21) |
parents | a5c218b2f200 |
children | a6b3117d9ecb |
rev | line source |
---|---|
pascal@17428 | 1 # SliTaz package receipt. |
pascal@17428 | 2 |
pascal@17428 | 3 PACKAGE="luafilesystem" |
Hans-G?nter@21382 | 4 VERSION="1.7.0" |
pascal@17428 | 5 CATEGORY="development" |
pascal@17428 | 6 SHORT_DESC="File System Library for the Lua Programming Language." |
pascal@17428 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@17428 | 8 LICENSE="MIT" |
Hans-G?nter@21382 | 9 WEB_SITE="http://keplerproject.github.io/luafilesystem/" |
Hans-G?nter@21382 | 10 |
pascal@17428 | 11 TARBALL="$PACKAGE-$VERSION.tar.gz" |
pascal@17428 | 12 WGET_URL="https://github.com/keplerproject/$PACKAGE/archive/v${VERSION//./_}.tar.gz" |
pascal@17428 | 13 |
pascal@17429 | 14 SUGGESTED="lua" |
Hans-G?nter@21382 | 15 BUILD_DEPENDS="lua-dev" |
pascal@17428 | 16 |
pascal@17428 | 17 # Rules to configure and make the package. |
pascal@17428 | 18 compile_rules() |
pascal@17428 | 19 { |
pascal@17428 | 20 make |
pascal@17428 | 21 } |
pascal@17428 | 22 |
pascal@17428 | 23 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@17428 | 24 genpkg_rules() |
pascal@17428 | 25 { |
pascal@17430 | 26 mkdir -p $fs/usr/lib/lua/5.2/ |
pascal@17430 | 27 cp -a $src/src/lfs.so $fs/usr/lib/lua/5.2/ |
pascal@17428 | 28 } |