wok annotate freealut-dev/receipt @ rev 18801

syslinux: auto unlzma needs size to work
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 11 17:54:50 2016 +0100 (2016-01-11)
parents
children 9047a5d978f6
rev   line source
al@18192 1 # SliTaz package receipt.
al@18192 2
al@18192 3 PACKAGE="freealut-dev"
al@18192 4 COMMIT="2fa9ea27be7bb4124a878d44c14e6634f7beb1e2"
al@18192 5 VERSION="${COMMIT:0:7}"
al@18192 6 CATEGORY="development"
al@18192 7 SHORT_DESC="freealut development files"
al@18192 8 MAINTAINER="al.bobylev@gmail.com"
al@18192 9 LICENSE="LGPL"
al@18192 10 #WEB_SITE="http://distro.ibiblio.org/rootlinux/rootlinux-ports/more/freealut/freealut-1.1.0/doc/alut.html"
al@18192 11 WEB_SITE="https://github.com/vancegroup/freealut"
al@18192 12 WANTED="freealut"
al@18192 13
al@18192 14 DEPENDS="freealut openal-dev"
al@18192 15
al@18192 16 # Rules to gen a SliTaz package suitable for Tazpkg.
al@18192 17 genpkg_rules()
al@18192 18 {
al@18192 19 cp -a $install/* $fs
al@18192 20 rm -r $fs/usr/lib/*.so*
al@18192 21 }