wok annotate libfm-dev/receipt @ rev 24998

Up rp-pppoe (3.15)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon May 16 10:11:22 2022 +0000 (2022-05-16)
parents 1ab1022f15c7
children ea7c7014b421
rev   line source
pascal@11205 1 # SliTaz package receipt.
pascal@11205 2
pascal@11205 3 PACKAGE="libfm-dev"
Hans-G?nter@24745 4 VERSION="1.3.2"
pascal@11205 5 CATEGORY="development"
al@17992 6 SHORT_DESC="File management support (GTK+ GUI development files)"
Hans-G?nter@24745 7 MAINTAINER="maintainer@slitaz.org"
pascal@14714 8 LICENSE="GPL2"
Hans-G?nter@24745 9 WEB_SITE="https://wiki.lxde.org/en/Libfm"
Hans-G?nter@24745 10
Hans-G?nter@24745 11 DEPENDS="glib-dev libfm libfm-gtk libgio-dev pkg-config"
pascal@11205 12 WANTED="libfm"
Hans-G?nter@24745 13
pankso@16276 14 HOST_ARCH="i486 arm"
pascal@11205 15
pascal@11205 16 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@11205 17 genpkg_rules()
pascal@11205 18 {
Hans-G?nter@24745 19 get_dev_files
pascal@11205 20 }