wok annotate libburn-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents f96e26cdfd7a
children
rev   line source
devl547@5624 1 # SliTaz package receipt.
devl547@5624 2
devl547@5624 3 PACKAGE="libburn-dev"
Hans-G?nter@24721 4 VERSION="1.5.4"
devl547@5624 5 CATEGORY="development"
Hans-G?nter@23014 6 SHORT_DESC="Library for reading, mastering and writing optical disks - development files."
devl547@5624 7 MAINTAINER="devl547@gmail.com"
pascal@15472 8 LICENSE="GPL2"
Hans-G?nter@24721 9 WEB_SITE="https://dev.lovelyhq.com/libburnia/web/wiki"
Hans-G?nter@21151 10
Hans-G?nter@23014 11 DEPENDS="libburn pkg-config"
devl547@5624 12 WANTED="libburn"
pascal@15472 13
devl547@5624 14 # Rules to gen a SliTaz package suitable for Tazpkg.
devl547@5624 15 genpkg_rules()
devl547@5624 16 {
Hans-G?nter@24721 17 get_dev_files
devl547@5624 18 }