wok annotate gstreamer-dev/receipt @ rev 16062
ARM: Xorg light dont build yet but we have a Kdrive Xfbdev for ARM now :-)
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed Mar 12 01:33:20 2014 +0100 (2014-03-12) |
parents | a00bf44ed23d |
children | ac2ee8823dfa |
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 |
pascal@15597 | 13 DEPENDS="gstreamer glib-dev libgio-dev libxml2-dev pkg-config" |
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 } |