wok annotate dcmtk-dev/receipt @ rev 23423

updated pgbadger (10.3 -> 11.2)
author Hans-G?nter Theisgen
date Wed Apr 01 08:15:38 2020 +0100 (2020-04-01)
parents e4d238a76a77
children c3a6f662a1c1
rev   line source
pascal@18160 1 # SliTaz package receipt.
pascal@18160 2
pascal@18160 3 PACKAGE="dcmtk-dev"
pascal@18160 4 VERSION="3.6.0"
pascal@18160 5 CATEGORY="development"
pascal@18160 6 SHORT_DESC="The DICOM Toolkit, development files."
pascal@18160 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18160 8 LICENSE="other"
pascal@20669 9 WEB_SITE="https://dicom.offis.de/dcmtk"
pascal@18160 10 WANTED="dcmtk"
pascal@18160 11 DEPENDS="dcmtk"
pascal@18160 12
pascal@18160 13 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18160 14 genpkg_rules()
pascal@18160 15 {
pascal@18160 16 mkdir -p $fs/usr/include/dcmtk $fs/usr/lib
pascal@18160 17 cp -a $src/*/include/dcmtk/* $fs/usr/include/dcmtk
pascal@18160 18 cp -a $src/*/*/*a $fs/usr/lib
pascal@18160 19 }