wok view qtkeychain-dev/receipt @ rev 20011

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Thu Aug 03 07:12:33 2017 -0300 (2017-08-03)
parents
children 04e66a06bae2
line source
1 # SliTaz package receipt.
3 PACKAGE="qtkeychain-dev"
4 VERSION="0.5.0"
5 CATEGORY="development"
6 SHORT_DESC="Development files for qtkeychain"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="BSD"
9 WEB_SITE="https://github.com/frankosterfeld/qtkeychain"
11 WANTED="qtkeychain"
12 DEPENDS="qtkeychain"
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/cmake $fs/usr/lib
20 }