wok view eggdbus-dev/receipt @ rev 5414

Up: gtkpod (0.9.16) - Added intltool to build depends.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon May 03 16:57:26 2010 +0000 (2010-05-03)
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 }