wok-next annotate eggdbus-dev/receipt @ rev 6653

Fixed gdk-pixbuf. Added xpm and jpeg to be build into gdk-pixbuf instead of being just plugins. Fixes some missing icons and background from being missig in slitaz desktop.
author Christopher Rogers <slaxemulator@gmail.com>
date Mon Oct 11 01:06:19 2010 +0000 (2010-10-11)
parents dbc53df81ef3
children
rev   line source
rcx@3335 1 # SliTaz package receipt.
rcx@3335 2
rcx@3335 3 PACKAGE="eggdbus-dev"
rcx@6002 4 VERSION="0.6"
rcx@3335 5 CATEGORY="development"
rcx@3335 6 SHORT_DESC="eggdbus devel files."
rcx@3335 7 MAINTAINER="rcx@zoominternet.net"
rcx@3335 8 DEPENDS=""
rcx@3335 9 BUILD_DEPENDS=""
rcx@3335 10 TARBALL="$PACKAGE-$VERSION.tar.bz2"
rcx@3335 11 WEB_SITE="http://mail.gnome.org/archives/gtk-devel-list/2008-December/msg00059.html"
rcx@3335 12 WANTED="eggdbus"
rcx@3335 13
rcx@3335 14 # Rules to gen a SliTaz package suitable for Tazpkg.
rcx@3335 15 genpkg_rules()
rcx@3335 16 {
rcx@3335 17 mkdir -p $fs/usr/lib
rcx@3335 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
rcx@3335 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
rcx@3335 20 cp -a $_pkg/usr/include $fs/usr
rcx@3335 21 }