wok view ecryptfs-utils-dev/receipt @ rev 21800

guvcview: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 14:24:44 2019 +0200 (2019-08-10)
parents
children
line source
1 # SliTaz package receipt.
3 PACKAGE="ecryptfs-utils-dev"
4 VERSION="111"
5 CATEGORY="development"
6 SHORT_DESC="POSIX-compliant enterprise cryptographic filesystem tools, development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://launchpad.net/ecryptfs"
10 WANTED="ecryptfs-utils"
11 TAGS="cryptography"
13 DEPENDS="ecryptfs-utils pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }