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

Combine receipts
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Mar 06 03:00:01 2018 +0200 (2018-03-06)
parents 60bd4df08f57
children 757d032c55c7
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 --sysconfdir=/etc \
22 --with-extra-only \
23 --with-gtk=no \
24 --disable-static \
25 $CONFIGURE_ARGS &&
26 make && make install
27 }
29 genpkg_rules() {
30 case $PACKAGE in
31 *-extra)
32 copy @std
33 DEPENDS="glib"
34 ;;
35 *-dev)
36 copy @dev
37 DEPENDS="libfm-extra glib-dev"
38 ;;
39 esac
40 }