wok annotate libcdio-dev/receipt @ rev 22351

umfpack: hide metis-4.0 missing
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Nov 18 16:07:36 2019 +0100 (2019-11-18)
parents 8ed62ecac0c7
children e36f778452bc
rev   line source
jozee@2663 1 # SliTaz package receipt.
jozee@2663 2
jozee@2663 3 PACKAGE="libcdio-dev"
Hans-G?nter@21155 4 VERSION="2.0.0"
jozee@2663 5 CATEGORY="development"
Hans-G?nter@21155 6 SHORT_DESC="GNU Compact Disk Input and Control Library - development files."
jozee@2663 7 MAINTAINER="rj.rohit@gmail.com"
pascal@14714 8 LICENSE="GPL3"
Hans-G?nter@21155 9 WEB_SITE="https://www.gnu.org/software/libcdio/"
Hans-G?nter@21155 10
jozee@2663 11 WANTED="libcdio"
pascal@15597 12 DEPENDS="libcdio pkg-config"
pascal@14714 13
jozee@2663 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2663 15 genpkg_rules()
jozee@2663 16 {
pascal@3130 17 mkdir -p $fs/usr/lib/pkgconfig
Hans-G?nter@21155 18
Hans-G?nter@21155 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@21155 20 cp -a $install/usr/include $fs/usr
Hans-G?nter@21155 21
pascal@3130 22 find $src -name '*.pc' -exec cp -a {} $fs/usr/lib/pkgconfig \;
jozee@2663 23 }