wok view libQtTest/receipt @ rev 24830
busybox-1.31.1: inserted CONFIG_FEATURE_SYSLOG_INFO=y in config and config-ssfs
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 24 06:49:50 2022 +0100 (2022-03-24) |
parents | 9cb6a23202c2 |
children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libQtTest"
4 VERSION="4.8.7"
5 CATEGORY="development"
6 SHORT_DESC="Qt Test library"
7 MAINTAINER="rocky@slitaz.org"
8 LICENSE="GPL3 LGPL2.1"
9 WEB_SITE="https://qt-project.org/"
10 WANTED="qt4"
12 DEPENDS="libQtCore"
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/libQtTest.so* $fs/usr/lib
19 }