wok view libgnome-keyring-dev/receipt @ rev 13358
Move from undigest: burp androguard ibus ibus-dev ibus-hangul uemacs smx smx-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 11 09:21:03 2012 +0200 (2012-09-11) |
parents | |
children | 4904e3d374a9 |
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 WEB_SITE="http://www.gnome.org"
9 WANTED="libgnome-keyring"
11 DEPENDS="libgnome-keyring"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }