wok view libfm-dev/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
parents 1ab1022f15c7
children ea7c7014b421
line source
1 # SliTaz package receipt.
3 PACKAGE="libfm-dev"
4 VERSION="1.3.2"
5 CATEGORY="development"
6 SHORT_DESC="File management support (GTK+ GUI development files)"
7 MAINTAINER="maintainer@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/Libfm"
11 DEPENDS="glib-dev libfm libfm-gtk libgio-dev pkg-config"
12 WANTED="libfm"
14 HOST_ARCH="i486 arm"
16 # Rules to gen a SliTaz package suitable for Tazpkg.
17 genpkg_rules()
18 {
19 get_dev_files
20 }