wok view gst-plugins-base-1.0-dev/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents b30300e0cb6a
children 79bb59125067
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-base-1.0-dev"
4 VERSION="1.10.1"
5 SERIES="1.0"
6 CATEGORY="development"
7 SHORT_DESC="gst-plugins-base devel files"
8 MAINTAINER="jozee@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="https://gstreamer.freedesktop.org/"
11 HOST_ARCH="i486 arm"
13 WANTED="gst-plugins-base-1.0"
14 DEPENDS="gstreamer-1.0-dev pango-dev alsa-lib-dev libogg-dev \
15 libvorbis-dev libtheora-dev libtheora-enc udev-dev xorg-dev \
16 xorg-libXv-dev xorg-libXvMC-dev orc-dev pkg-config"
18 # Rules to gen a SliTaz package suitable for Tazpkg.
19 genpkg_rules()
20 {
21 mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share
22 cp -a $install/usr/include $fs/usr
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 cp -a $install/usr/lib/*.*a $fs/usr/lib/
25 cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES
26 }