wok view libgee-dev/receipt @ rev 14041

gst-plugins-good: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 18 16:15:19 2013 +0100 (2013-02-18)
parents
children 50f5543dd76b
line source
1 # SliTaz package receipt.
3 PACKAGE="libgee-dev"
4 VERSION="0.6.4"
5 CATEGORY="development"
6 SHORT_DESC="GObject collection library devel files."
7 MAINTAINER="pankso@slitaz.org"
8 WEB_SITE="http://live.gnome.org/Libgee"
9 WANTED="libgee"
11 # Rules to gen a SliTaz package suitable for Tazpkg.
12 genpkg_rules()
13 {
14 mkdir -p $fs/usr/lib
15 cp -a $install/usr/lib/*.*a $fs/usr/lib
16 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/share $fs/usr
19 }