wok-current view libfm-dev/receipt @ rev 25445
itaka: fix wget_url
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Sep 06 07:38:52 2022 +0000 (2022-09-06) |
parents | e9d0b2012a0d |
children | a23978bfa665 |
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 }