wok-6.x annotate libburn-dev/receipt @ rev 25372
updated trash-cli (0.17.1.14 -> 0.22.4.16)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Jul 29 14:58:56 2022 +0100 (2022-07-29) |
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 } |