# SliTaz package receipt.

PACKAGE="pygobject-dev"
VERSION="2.28.7"
CATEGORY="development"
SHORT_DESC="Python bindings for the GObject library - development files."
MAINTAINER="erjo@slitaz.org"
LICENSE="LGPL2.1"
WEB_SITE="https://wiki.gnome.org/Projects/PyGObject"

DEPENDS="pygobject libffi-dev pkg-config"
WANTED="pygobject"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/lib
	mkdir -p $fs/usr/share

	cp -a $install/usr/bin			$fs/usr
	cp -a $install/usr/include		$fs/usr
	cp -a $install/usr/share/pygobject	$fs/usr/share
	cp -a $install/usr/share/gtk-doc	$fs/usr/share
	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
}