wok-next annotate luabitop/receipt @ rev 20796

Add descriptions to the GNOME games
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 10 16:17:43 2018 +0300 (2018-06-10)
parents
children df20b2110f7e
rev   line source
al@20791 1 # SliTaz package receipt v2.
al@20791 2
al@20791 3 PACKAGE="luabitop"
al@20791 4 VERSION="1.0.2"
al@20791 5 CATEGORY="system-tools"
al@20791 6 SHORT_DESC="Bitwise operations on numbers"
al@20791 7 MAINTAINER="al.bobylev@gmail.com"
al@20791 8 LICENSE="MIT"
al@20791 9 WEB_SITE="https://bitop.luajit.org/"
al@20791 10
al@20791 11 TARBALL="LuaBitOp-$VERSION.tar.gz"
al@20791 12 WGET_URL="https://bitop.luajit.org/download/$TARBALL"
al@20791 13
al@20791 14 BUILD_DEPENDS="lua5.1-dev"
al@20791 15
al@20791 16 compile_rules() {
al@20791 17 make \
al@20791 18 INCLUDES=' -I/usr/include/lua/5.1' \
al@20791 19 LUA='lua5.1' &&
al@20791 20 install -Dm755 bit.so "$install/usr/lib/lua/5.1/bit.so"
al@20791 21 }
al@20791 22
al@20791 23 genpkg_rules() {
al@20791 24 copy @std
al@20791 25 DEPENDS="lua5.1"
al@20791 26 }