wok annotate gstreamer-dev/receipt @ rev 15004

Add some LGPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 22:18:41 2013 +0000 (2013-08-10)
parents 88c41adb86af
children 8ed62ecac0c7
rev   line source
jozee@2674 1 # SliTaz package receipt.
jozee@2674 2
jozee@2674 3 PACKAGE="gstreamer-dev"
domcox@14016 4 VERSION="0.10.36"
domcox@14016 5 SERIES="0.10"
jozee@2674 6 CATEGORY="development"
jozee@2674 7 SHORT_DESC="gstreamer devel files"
jozee@2674 8 MAINTAINER="jozee@slitaz.org"
pascal@15004 9 LICENSE="LGPL2"
jozee@2674 10 WANTED="gstreamer"
jozee@2674 11 WEB_SITE="http://gstreamer.freedesktop.org/"
jozee@2674 12
domcox@14474 13 DEPENDS="gstreamer glib-dev libgio-dev libxml2-dev"
domcox@14474 14
jozee@2674 15 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2674 16 genpkg_rules()
jozee@2674 17 {
domcox@14016 18 mkdir -p $fs/usr/lib/gstreamer-$SERIES $fs/usr/share
pascal@14033 19 cp -a $install/usr/include $fs/usr
pascal@14033 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@14033 21 cp -a $install/usr/lib/*.*a $fs/usr/lib/
pascal@14033 22 cp -a $install/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES
pascal@14033 23 cp -a $install/usr/share/aclocal $fs/usr/share
pascal@14033 24 cp -a $install/usr/share/gir-1.0 $fs/usr/share
devl547@5547 25 cd $fs/usr/include
domcox@14016 26 ln -s gstreamer-$SERIES/gst gst
jozee@2674 27 }