wok annotate get-libaacs/receipt @ rev 21823

Add lxsession-lxpolkit (thanks Saipul)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Aug 25 19:23:22 2019 +0200 (2019-08-25)
parents 5e2886317a11
children 0e12529acd24
rev   line source
pascal@14650 1 # SliTaz package receipt.
pascal@14650 2
pascal@14650 3 PACKAGE="get-libaacs"
pascal@14650 4 VERSION="1.00"
pascal@14650 5 CATEGORY="non-free"
pascal@14650 6 SHORT_DESC="Get a library to play encrypted blu-ray."
pascal@14650 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 8 LICENSE="BSD"
pascal@14650 9 WEB_SITE="http://vlc-bluray.whoknowsmy.name/"
pascal@14650 10 TAGS="bluray"
pascal@14650 11
pascal@14650 12 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@14650 13 genpkg_rules()
pascal@14650 14 {
pascal@14650 15 mkdir -p $fs/usr/bin
pascal@14650 16 cp stuff/get-libaacs $fs/usr/bin
pascal@14650 17 }
pascal@14650 18