wok annotate freealut-dev/receipt @ rev 24119

Add javascript-boulderdash
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Oct 04 18:07:23 2021 +0000 (2021-10-04)
parents 3aaf9d1029f3
children
rev   line source
al@18192 1 # SliTaz package receipt.
al@18192 2
al@18192 3 PACKAGE="freealut-dev"
pascal@21243 4 VERSION="1.1.0"
al@18192 5 CATEGORY="development"
al@18192 6 SHORT_DESC="freealut development files"
al@18192 7 MAINTAINER="al.bobylev@gmail.com"
al@18192 8 LICENSE="LGPL"
al@18192 9 #WEB_SITE="http://distro.ibiblio.org/rootlinux/rootlinux-ports/more/freealut/freealut-1.1.0/doc/alut.html"
al@18192 10 WEB_SITE="https://github.com/vancegroup/freealut"
al@18192 11 WANTED="freealut"
al@18192 12
al@18192 13 DEPENDS="freealut openal-dev"
al@18192 14
al@18192 15 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18192 16 genpkg_rules()
al@18192 17 {
al@18192 18 cp -a $install/* $fs
al@18192 19 rm -r $fs/usr/lib/*.so*
al@18192 20 }