wok-next annotate gst-plugins-base-dev/receipt @ rev 6868
Added gst-plugins-base to gst-plugins-base-dev depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Oct 20 20:03:50 2010 +0000 (2010-10-20) |
parents | 6b9cb6a49576 |
children | d71ea69c5c85 |
rev | line source |
---|---|
jozee@2674 | 1 # SliTaz package receipt. |
jozee@2674 | 2 |
jozee@2674 | 3 PACKAGE="gst-plugins-base-dev" |
slaxemulator@6495 | 4 VERSION="0.10.30" |
jozee@2674 | 5 SERIES="0.10" |
jozee@2674 | 6 CATEGORY="development" |
jozee@2674 | 7 SHORT_DESC="gst-pluginds-base devel files" |
jozee@2674 | 8 MAINTAINER="jozee@slitaz.org" |
slaxemulator@6868 | 9 DEPENDS="gst-plugins-base" |
jozee@2674 | 10 WANTED="gst-plugins-base" |
jozee@2674 | 11 WEB_SITE="http://gstreamer.freedesktop.org/" |
jozee@2674 | 12 |
jozee@2674 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
jozee@2674 | 14 genpkg_rules() |
jozee@2674 | 15 { |
jozee@2674 | 16 mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES/ |
jozee@2674 | 17 cp -a $_pkg/usr/include $fs/usr |
jozee@2674 | 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib |
slaxemulator@6771 | 19 cp -a $_pkg/usr/lib/girepository-1.0 $fs/usr/lib |
jozee@2674 | 20 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/ |
jozee@2674 | 21 cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/ |
slaxemulator@6771 | 22 cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share |
jozee@2674 | 23 } |