wok view cppunit-dev/receipt @ rev 25669

Up lapack (3.12.0), less (633), libarchive (3.7.2), liblouis (3.28.0), libmicrohttpd (1.0.1), libpng (1.6.43), libssh (0.10.6), libtasn1 (4.19.0), libtirpc (1.3.4), libvpx (1.14.0), libwebp (1.3.2), logrotate (3.21.0), lua (5.4.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Feb 25 16:11:20 2024 +0000 (7 months ago)
parents b9c744416436
children
line source
1 # SliTaz package receipt.
3 PACKAGE="cppunit-dev"
4 VERSION="1.15.1"
5 CATEGORY="development"
6 SHORT_DESC="Development files for the cppunit framework."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="LGPL2.1"
9 WEB_SITE="https://freedesktop.org/wiki/Software/cppunit/"
11 DEPENDS="pkg-config cppunit"
12 WANTED="cppunit"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 # mkdir -p $fs/usr/share
20 cp -a $install/usr/bin $fs/usr
21 cp -a $install/usr/include $fs/usr
22 cp -a $install/usr/lib/*.*a $fs/usr/lib
23 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
24 # cp -a $install/usr/share/aclocal $fs/usr/share
25 }