wok-6.x diff gst-omx/receipt @ rev 17734
dahdi-linux: save firmware as source
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 11:23:56 2015 +0100 (2015-03-06) |
parents | |
children | d3eb5f4b53ea |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/gst-omx/receipt Fri Mar 06 11:23:56 2015 +0100 1.3 @@ -0,0 +1,30 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="gst-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="$PACKAGE-$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/gst-omx-1.0.0.tar.xz" 1.15 +HOST_ARCH="arm" 1.16 + 1.17 +DEPENDS="gstreamer-1.0 gst-plugins-base-1.0" 1.18 +BUILD_DEPENDS="gstreamer-1.0-dev gst-plugins-base-1.0-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 +}