wok annotate libcdio-utils/receipt @ rev 23981

Add dog
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 21 12:40:17 2020 +0000 (2020-11-21)
parents e98e0b9d9b66
children
rev   line source
jozee@2663 1 # SliTaz package receipt.
jozee@2663 2
jozee@2663 3 PACKAGE="libcdio-utils"
Hans-G?nter@23019 4 VERSION="2.1.0"
jozee@2663 5 CATEGORY="multimedia"
Hans-G?nter@21155 6 SHORT_DESC="Utilities supplied with libcdio."
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
Hans-G?nter@23019 11 DEPENDS="libcddb libcdio ncurses"
jozee@2663 12 WANTED="libcdio"
jozee@2663 13
jozee@2663 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@2663 15 genpkg_rules()
jozee@2663 16 {
slaxemulator@11021 17 mkdir -p $fs/usr
Hans-G?nter@23019 18 cp -a $install/usr/bin $fs/usr
jozee@2663 19 }