wok-current annotate reiser4progs-dev/receipt @ rev 25740
Fix libreoffice depend for gtk theme and libopencl-mesa depend (thanks Alanyih)
author | Stanislas Leduc <shann@slitaz.org> |
---|---|
date | Mon Feb 03 09:14:45 2025 +0000 (23 hours ago) |
parents | 9c126591c6c4 |
children |
rev | line source |
---|---|
pascal@1689 | 1 # SliTaz package receipt. |
pascal@1689 | 2 |
pascal@1689 | 3 PACKAGE="reiser4progs-dev" |
Hans-G?nter@25276 | 4 VERSION="2.0.5" |
pascal@1689 | 5 CATEGORY="development" |
Hans-G?nter@23615 | 6 SHORT_DESC="Utilities for manipulating reiser4 file-systems, development files." |
pascal@1689 | 7 MAINTAINER="pascal.bellard@slitaz.org" |
pascal@15022 | 8 LICENSE="GPL2" |
pascal@20421 | 9 WEB_SITE="https://www.kernel.org/" |
Hans-G?nter@21839 | 10 |
Hans-G?nter@23615 | 11 DEPENDS="libaal-dev" |
pascal@1689 | 12 WANTED="reiser4progs" |
pascal@10926 | 13 |
pascal@1689 | 14 # Rules to gen a SliTaz package suitable for Tazpkg. |
pascal@1689 | 15 genpkg_rules() |
pascal@1689 | 16 { |
Hans-G?nter@25276 | 17 cook_copy_folders include |
Hans-G?nter@25276 | 18 cook_copy_folders aclocal |
Hans-G?nter@25276 | 19 cook_copy_files *.*a |
pascal@1689 | 20 } |