wok annotate get-libaacs/receipt @ rev 23983

linld: fix strtol
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 24 08:47:45 2020 +0000 (2020-11-24)
parents 42b8478866fb
children 73f36875e5a7
rev   line source
pascal@14650 1 # SliTaz package receipt.
pascal@14650 2
pascal@14650 3 PACKAGE="get-libaacs"
Hans-G?nter@22837 4 VERSION="1.01"
pascal@14650 5 CATEGORY="non-free"
Hans-G?nter@22837 6 TAGS="bluray"
pascal@14650 7 SHORT_DESC="Get a library to play encrypted blu-ray."
pascal@14650 8 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15199 9 LICENSE="BSD"
pascal@14650 10 WEB_SITE="http://vlc-bluray.whoknowsmy.name/"
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
Hans-G?nter@22837 16 cp stuff/get-libaacs $fs/usr/bin
pascal@14650 17 }