wok-current view libofx-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 (3 months ago) |
| parents | fc9203de5ff2 |
| children |
line source
1 # SliTaz package receipt.
3 PACKAGE="libofx-dev"
4 VERSION="0.9.8"
5 CATEGORY="development"
6 SHORT_DESC="OFX parser library dev files"
7 MAINTAINER="remyhr@free.fr"
8 LICENSE="GPL2"
9 WEB_SITE="https://libofx.sourceforge.net/"
10 WANTED="libofx"
12 DEPENDS="libofx pkg-config opensp-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/share $fs/usr/lib
19 cp -a $install/usr/share/libofx $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 cp -a $install/usr/lib/*.*a $fs/usr/lib
22 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
23 }