wok-next diff gst1-omx/receipt @ rev 19936

mate-common: automake-1.15 support, mate-desktop, mate-icon-theme, mate-system-monitor: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 15 17:04:15 2017 +0200 (2017-10-15)
parents d3eb5f4b53ea
children d958fec46c9f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/gst1-omx/receipt	Sun Oct 15 17:04:15 2017 +0200
     1.3 @@ -0,0 +1,30 @@
     1.4 +# SliTaz package receipt.
     1.5 +
     1.6 +PACKAGE="gst1-omx"
     1.7 +VERSION="1.0.0"
     1.8 +CATEGORY="system-tools"
     1.9 +SHORT_DESC="GSt OpenMAX IL plugin with hw-accelerated video decoding on the R-Pi."
    1.10 +MAINTAINER="pankso@slitaz.org"
    1.11 +LICENSE="GPL"
    1.12 +TARBALL="gst-omx-$VERSION.tar.xz"
    1.13 +WEB_SITE="http://gstreamer.freedesktop.org/releases/gst-omx/1.0.0.html"
    1.14 +WGET_URL="http://gstreamer.freedesktop.org/src/gst-omx/$TARBALL"
    1.15 +HOST_ARCH="arm"
    1.16 +
    1.17 +DEPENDS="gstreamer1 gst1-plugins-base"
    1.18 +BUILD_DEPENDS="gstreamer1-dev gst1-plugins-base-dev"
    1.19 +
    1.20 +# Rules to configure and make the package.
    1.21 +compile_rules()
    1.22 +{
    1.23 +	./configure $CONFIGURE_ARGS &&
    1.24 +	make && make install
    1.25 +}
    1.26 +
    1.27 +# Rules to gen a SliTaz package suitable for Tazpkg.
    1.28 +genpkg_rules()
    1.29 +{
    1.30 +	mkdir -p $fs/usr
    1.31 +	cp -a ${install}/usr/lib ${fs}/usr
    1.32 +	rm ${fs}/usr/lib/*/*.la
    1.33 +}