wok-current view get-libaacs/receipt @ rev 15553
Up: thunderbird-langpack-en_GB (17.0.11esr)
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Sun Nov 24 17:37:31 2013 +0100 (2013-11-24) |
parents | 5e2886317a11 |
children | 0e12529acd24 |
line source
1 # SliTaz package receipt.
3 PACKAGE="get-libaacs"
4 VERSION="1.00"
5 CATEGORY="non-free"
6 SHORT_DESC="Get a library to play encrypted blu-ray."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="BSD"
9 WEB_SITE="http://vlc-bluray.whoknowsmy.name/"
10 TAGS="bluray"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/bin
16 cp stuff/get-libaacs $fs/usr/bin
17 }