wok-next view libfm-extra/receipt @ rev 20575

More fix libtool; combine libdbusmenu-gtk*
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 14 01:31:03 2018 +0300 (2018-04-14)
parents 757d032c55c7
children cac2c0130f0d
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libfm-extra"
4 VERSION="1.2.5"
5 CATEGORY="system-tools"
6 SHORT_DESC="Library and other files required by menu-cache-gen"
7 MAINTAINER="al.bobylev@gmail.com"
8 LICENSE="GPL2"
9 WEB_SITE="https://wiki.lxde.org/en/Libfm"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/lxde/libfm-extra.html"
12 TARBALL="libfm-$VERSION.tar.xz"
13 WGET_URL="$SF_MIRROR/pcmanfm/$TARBALL"
15 BUILD_DEPENDS="intltool gtk-doc"
16 SPLIT="libfm-extra-dev"
17 SIBLINGS="libfm"
19 compile_rules() {
20 ./configure \
21 --with-extra-only \
22 --with-gtk=no \
23 --disable-static \
24 $CONFIGURE_ARGS &&
25 fix libtool &&
26 make &&
27 make install
28 }
30 genpkg_rules() {
31 case $PACKAGE in
32 *-extra)
33 copy @std
34 DEPENDS="glib"
35 ;;
36 *-dev)
37 copy @dev
38 DEPENDS="libfm-extra glib-dev"
39 ;;
40 esac
41 }