wok view gsasl-dev/receipt @ rev 21091

updated keychain (2.7.1 -> 2.8.5)
author Hans-G?nter Theisgen
date Sat Mar 16 10:28:53 2019 +0100 (2019-03-16)
parents 8ed62ecac0c7
children 7751c1676f43
line source
1 # SliTaz package receipt.
3 PACKAGE="gsasl-dev"
4 VERSION="1.8.0"
5 CATEGORY="development"
6 SHORT_DESC="Simple Authentication and Security Layer, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL3"
9 WEB_SITE="https://www.gnu.org/software/$PACKAGE/"
11 WANTED="gsasl"
12 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }