wok diff get-libaacs/receipt @ rev 23806

linld: add isoboot
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun May 24 16:16:52 2020 +0000 (2020-05-24)
parents 42b8478866fb
children 73f36875e5a7
line diff
     1.1 --- a/get-libaacs/receipt	Sat Sep 07 16:10:09 2013 +0000
     1.2 +++ b/get-libaacs/receipt	Sun May 24 16:16:52 2020 +0000
     1.3 @@ -1,18 +1,17 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="get-libaacs"
     1.7 -VERSION="1.00"
     1.8 +VERSION="1.01"
     1.9  CATEGORY="non-free"
    1.10 +TAGS="bluray"
    1.11  SHORT_DESC="Get a library to play encrypted blu-ray."
    1.12  MAINTAINER="pascal.bellard@slitaz.org"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="http://vlc-bluray.whoknowsmy.name/"
    1.15 -TAGS="bluray"
    1.16  
    1.17  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.18  genpkg_rules()
    1.19  {
    1.20  	mkdir -p $fs/usr/bin
    1.21 -	cp stuff/get-libaacs $fs/usr/bin
    1.22 +	cp stuff/get-libaacs	$fs/usr/bin
    1.23  }
    1.24 -