wok view attica-dev/receipt @ rev 22399

up openssl, openssl-dev, libcrypto, libcrypto-dev, libssl from: 1.0.2o [2018] to 1.0.2t --> 1.0.2 soon EOL!!! will update later more
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Dec 07 12:02:44 2019 +0000 (2019-12-07)
parents 851fc1686394
children 73f36875e5a7
line source
1 # SliTaz package receipt.
3 PACKAGE="attica-dev"
4 VERSION="0.4.2"
5 CATEGORY="development"
6 SHORT_DESC="Attica devel file."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WANTED="attica"
10 WEB_SITE="http://www.kde.org/"
12 DEPENDS="attica 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/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }