wok annotate libburn-dev/receipt @ rev 25164

updated python-antlr (3.5.2 -> 3.5.3)
author Hans-G?nter Theisgen
date Fri Jul 01 10:50:21 2022 +0100 (23 months ago)
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 }