slitaz-arm view wok/omxplayer/receipt @ rev 219

dot command may not search current directory first
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Jul 23 13:50:45 2017 +0200 (2017-07-23)
parents b489f3ce8e60
children
line source
1 # SliTaz package receipt.
3 PACKAGE="omxplayer"
4 VERSION="git-1"
5 CATEGORY="multimedia"
6 SHORT_DESC="Raspberry Pi cmdline media player."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://github.com/popcornmix/omxplayer"
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="git|git://github.com/popcornmix/omxplayer.git"
12 HOST_ARCH="arm"
14 DEPENDS="ffmpeg"
15 BUILD_DEPENDS="ffmpeg-dev"
17 # BUG: it needs libboost wich will be hard to cross compile!
19 # WARNING: Omxplayer need the official R-Pi libs in /opt/vc. They are
20 # not packaged in i486 so install all firmware by hand.
21 # DL: https://github.com/raspberrypi/firmware
23 # Rules to configure and make the package.
24 compile_rules()
25 {
26 cp -f ${stuff}/Makefile* . &&
27 make
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 mkdir ${fs}/usr
34 }