wok view eggdbus-dev/receipt @ rev 5074

get-flash-plugin: re-export firefox libs if not found
author Rohit Joshi <jozee@slitaz.org>
date Fri Mar 12 11:43:55 2010 +0000 (2010-03-12)
parents
children 6cca31a6b8f1
line source
1 # SliTaz package receipt.
3 PACKAGE="eggdbus-dev"
4 VERSION="0.4"
5 CATEGORY="development"
6 SHORT_DESC="eggdbus devel files."
7 MAINTAINER="rcx@zoominternet.net"
8 DEPENDS=""
9 BUILD_DEPENDS=""
10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WEB_SITE="http://mail.gnome.org/archives/gtk-devel-list/2008-December/msg00059.html"
12 WANTED="eggdbus"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $_pkg/usr/include $fs/usr
21 }