wok view libsecret-dev/receipt @ rev 17989
qemu: apply cloop.u
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 23 13:30:18 2015 +0200 (2015-04-23) |
parents | |
children | 46fc8daa3b41 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libsecret-dev"
4 VERSION="0.18"
5 CATEGORY="development"
6 SHORT_DESC="libsecret Secret Service API devel files."
7 MAINTAINER="devl547@gmail.com"
8 WANTED="libsecret"
9 WEB_SITE="http://gnome.org"
10 HOST_ARCH="i486 arm"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }