wok view get-libaacs/receipt @ rev 14698
Add perl-cgi, perl-config-general, perl-http-server-simple, perl-mailtools, perl-mime-lite, perl-mime-types
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Jun 07 16:21:22 2013 +0200 (2013-06-07) |
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 }