wok view libsecret-dev/receipt @ rev 18400

open-vm-tools: missing deps
author Nathan Neulinger <nneul@neulinger.org>
date Sat Sep 19 03:36:38 2015 +0000 (2015-09-19)
parents 33fe4993f697
children fca172c323cf
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 LICENSE="LGPL2.1"
9 WANTED="libsecret"
10 WEB_SITE="http://gnome.org"
11 HOST_ARCH="i486 arm"
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/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }