wok-next annotate lua-alt-getopt/receipt @ rev 21276

try to build gens-gs again
author Hans-G?nter Theisgen
date Sat Dec 07 15:51:18 2019 +0100 (2019-12-07)
parents
children
rev   line source
al@21151 1 # SliTaz package receipt v2.
al@21151 2
al@21151 3 PACKAGE="lua-alt-getopt"
al@21151 4 VERSION="0.7.0"
al@21151 5 CATEGORY="development"
al@21151 6 SHORT_DESC="Lua module for processing options similar to getopt_long(3)"
al@21151 7 MAINTAINER="al.bobylev@gmail.com"
al@21151 8 LICENSE="MIT"
al@21151 9 WEB_SITE="http://luaforge.net/projects/alt-getopt/"
al@21151 10 HOST_ARCH="any"
al@21151 11 REPOLOGY="lua:alt-getopt"
al@21151 12
al@21151 13 TARBALL="$PACKAGE-$VERSION.tar.gz"
al@21151 14 WGET_URL="http://files.luaforge.net/releases/alt-getopt/alt-getopt/alt-getopt-$VERSION/$TARBALL"
al@21151 15 TARBALL_SHA1="431b590002f5fdced78e0745a9a283aefdd1dfa0"
al@21151 16
al@21151 17 DEPENDS="lua" # virtual "lua" package
al@21151 18
al@21151 19 compile_rules() {
al@21151 20 install -Dm644 alt_getopt.lua $install/usr/share/lua/common/alt_getopt.lua
al@21151 21
al@21151 22 mv alt_getopt alt-getopt.lua
al@21151 23 cook_pick_docs ChangeLog NEWS README alt-getopt.lua
al@21151 24 }