wok annotate libisofs-dev/receipt @ rev 25535
updated imlib2 and imlib2-dev 1.8.0 -> 1.10.0
author | Hans-G?nter Theisgen |
---|---|
date | Thu Mar 02 09:40:16 2023 +0100 (20 months ago) |
parents | 588bca34a52b |
children |
rev | line source |
---|---|
devl547@5625 | 1 # SliTaz package receipt. |
devl547@5625 | 2 |
devl547@5625 | 3 PACKAGE="libisofs-dev" |
Hans-G?nter@24802 | 4 VERSION="1.5.4" |
devl547@5625 | 5 CATEGORY="development" |
Hans-G?nter@24802 | 6 SHORT_DESC="Libburnia is a project for reading, mastering and writing optical disks - development files." |
devl547@5625 | 7 MAINTAINER="devl547@gmail.com" |
pascal@15473 | 8 LICENSE="GPL2" |
Hans-G?nter@21241 | 9 WEB_SITE="https://dev.lovelyhq.com/libburnia/libisofs" |
Hans-G?nter@21241 | 10 |
Hans-G?nter@23077 | 11 DEPENDS="libisofs pkg-config" |
devl547@5625 | 12 WANTED="libisofs" |
pascal@15473 | 13 |
devl547@5625 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
devl547@5625 | 15 genpkg_rules() |
devl547@5625 | 16 { |
Hans-G?nter@24802 | 17 get_dev_files |
devl547@5625 | 18 } |