# Slitaz package receipt.

PACKAGE="gcr-dev"
VERSION="3.40.0"
CATEGORY="security"
SHORT_DESC="Development files for gcr"
MAINTAINER="devel@slitaz.org"
LICENSE="GPL2"
WEB_SITE="https://developer.gnome.org/gcr/"
WANTED="gcr"

DEPENDS="gcr"

#
genpkg_rules()
{
	mkdir -p $fs/usr/share $fs/usr/lib
	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
	cp -a $install/usr/include $fs/usr
}