wok-6.x view libfm-dev/receipt @ rev 25375

Update some current_version
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jul 30 08:30:06 2022 +0000 (2022-07-30)
parents e9d0b2012a0d
children
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://www.lxde.org/"
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 }