wok-next annotate libgnome-keyring-dev/receipt @ rev 11218
Add from wok-undigest: buildroot cairo-compmgr catfish cdrtools collectd collectd-apache collectd-bind collectd-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Nov 03 22:14:55 2011 +0100 (2011-11-03) |
parents | |
children | 4904e3d374a9 |
rev | line source |
---|---|
pascal@11205 | 1 # SliTaz package receipt. |
pascal@11205 | 2 |
pascal@11205 | 3 PACKAGE="libgnome-keyring-dev" |
pascal@11205 | 4 VERSION="2.32.0" |
pascal@11205 | 5 CATEGORY="development" |
pascal@11205 | 6 SHORT_DESC="A libray that keep password and other secrets for users, development files." |
pascal@11205 | 7 MAINTAINER="pankso@slitaz.org" |
pascal@11205 | 8 WEB_SITE="http://www.gnome.org" |
pascal@11205 | 9 WANTED="libgnome-keyring" |
pascal@11205 | 10 |
pascal@11205 | 11 DEPENDS="libgnome-keyring" |
pascal@11205 | 12 |
pascal@11205 | 13 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@11205 | 14 genpkg_rules() |
pascal@11205 | 15 { |
pascal@11205 | 16 mkdir -p $fs/usr/lib |
pascal@11205 | 17 cp -a $install/usr/include $fs/usr |
pascal@11205 | 18 cp -a $install/usr/lib/*a $fs/usr/lib |
pascal@11205 | 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib |
pascal@11205 | 20 } |