wok-next view gst-plugins-base-dev/receipt @ rev 7296

Down: elinks to 0.11.7. Looks like elinks 0.13 that arch uses is a daily updated tar.bz2 file. Best to not use that.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Nov 17 00:27:36 2010 +0000 (2010-11-17)
parents 87b8b5bff187
children e717278ceeb2
line source
1 # SliTaz package receipt.
3 PACKAGE="gst-plugins-base-dev"
4 VERSION="0.10.30"
5 SERIES="0.10"
6 CATEGORY="development"
7 SHORT_DESC="gst-pluginds-base devel files"
8 MAINTAINER="jozee@slitaz.org"
9 DEPENDS="gst-plugins-base"
10 WANTED="gst-plugins-base"
11 WEB_SITE="http://gstreamer.freedesktop.org/"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib $fs/usr/lib/gstreamer-$SERIES/
17 cp -a $_pkg/usr/include $fs/usr
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib/
20 cp -a $_pkg/usr/lib/gstreamer-$SERIES/*.*a $fs/usr/lib/gstreamer-$SERIES/
21 cp -a $_pkg/usr/share/gir-1.0 $fs/usr/share
22 }