wok view get-libaacs/receipt @ rev 15034

sarg: no more /var ?
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 12 12:23:39 2013 +0000 (2013-08-12)
parents
children 42b8478866fb
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 WEB_SITE="http://vlc-bluray.whoknowsmy.name/"
9 TAGS="bluray"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/bin
15 cp stuff/get-libaacs $fs/usr/bin
16 }