wok annotate gst-omx/receipt @ rev 17513
Add bmon
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jan 12 17:38:57 2015 +0100 (2015-01-12) |
parents | |
children | d3eb5f4b53ea |
rev | line source |
---|---|
pankso@16467 | 1 # SliTaz package receipt. |
pankso@16467 | 2 |
pankso@16467 | 3 PACKAGE="gst-omx" |
pankso@16467 | 4 VERSION="1.0.0" |
pankso@16467 | 5 CATEGORY="system-tools" |
pankso@16467 | 6 SHORT_DESC="GSt OpenMAX IL plugin with hw-accelerated video decoding on the R-Pi." |
pankso@16467 | 7 MAINTAINER="pankso@slitaz.org" |
pankso@16467 | 8 LICENSE="GPL" |
pankso@16467 | 9 TARBALL="$PACKAGE-$VERSION.tar.xz" |
pankso@16467 | 10 WEB_SITE="http://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html" |
pankso@16467 | 11 WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/gst-omx-1.0.0.tar.xz" |
pankso@16467 | 12 HOST_ARCH="arm" |
pankso@16467 | 13 |
pankso@16467 | 14 DEPENDS="gstreamer-1.0 gst-plugins-base-1.0" |
pankso@16467 | 15 BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-dev" |
pankso@16467 | 16 |
pankso@16467 | 17 # Rules to configure and make the package. |
pankso@16467 | 18 compile_rules() |
pankso@16467 | 19 { |
pankso@16467 | 20 ./configure $CONFIGURE_ARGS && |
pankso@16467 | 21 make && make install |
pankso@16467 | 22 } |
pankso@16467 | 23 |
pankso@16467 | 24 # Rules to gen a SliTaz package suitable for Tazpkg. |
pankso@16467 | 25 genpkg_rules() |
pankso@16467 | 26 { |
pankso@16467 | 27 mkdir -p $fs/usr |
pankso@16467 | 28 cp -a ${install}/usr/lib ${fs}/usr |
pankso@16467 | 29 rm ${fs}/usr/lib/*/*.la |
pankso@16467 | 30 } |