wok view libgnome-keyring-dev/receipt @ rev 14739

libgnomecanvasmm, libglademm: fix for the new gtkmm
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Jun 14 08:11:47 2013 +0200 (2013-06-14)
parents 0f920dfd9022
children a00bf44ed23d
line source
1 # SliTaz package receipt.
3 PACKAGE="libgnome-keyring-dev"
4 VERSION="2.32.0"
5 CATEGORY="development"
6 SHORT_DESC="A libray that keep password and other secrets for users, development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.gnome.org"
10 WANTED="libgnome-keyring"
12 DEPENDS="libgnome-keyring"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }