wok-current annotate proj-dev/receipt @ rev 25786
Bump gvfs to fix issue with open files on android device, patch udev to fix mtp issue on pcmanfm
| author | Stanislas Leduc <shann@slitaz.org> |
|---|---|
| date | Tue Jul 29 18:05:13 2025 +0000 (2 months ago) |
| parents | 739f32ea7fb3 |
| children |
| rev | line source |
|---|---|
| erjo@11630 | 1 # SliTaz package receipt. |
| erjo@11630 | 2 |
| erjo@11630 | 3 PACKAGE="proj-dev" |
| Hans-Günter@23447 | 4 VERSION="7.0.0" |
| erjo@11630 | 5 CATEGORY="misc" |
| Hans-Günter@21704 | 6 SHORT_DESC="Proj - development files." |
| erjo@11630 | 7 MAINTAINER="erjo@slitaz.org" |
| pascal@15375 | 8 LICENSE="MIT" |
| Hans-Günter@21704 | 9 WEB_SITE="https://proj.org/" |
| erjo@11630 | 10 |
| Hans-Günter@23447 | 11 DEPENDS="proj" |
| erjo@11630 | 12 BUILD_DEPENDS="" |
| Hans-Günter@21704 | 13 WANTED="proj" |
| erjo@11630 | 14 |
| erjo@11630 | 15 # Rules to gen a SliTaz package suitable for Tazpkg. |
| erjo@11630 | 16 genpkg_rules() |
| erjo@11630 | 17 { |
| erjo@11630 | 18 mkdir -p $fs/usr/lib |
| erjo@11630 | 19 |
| Hans-Günter@21704 | 20 cp -a $install/usr/lib/*.*a $fs/usr/lib |
| Hans-Günter@21704 | 21 cp -a $install/usr/include $fs/usr |
| erjo@11630 | 22 } |