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

Up libffi, python, some python-* packages.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jun 10 21:12:27 2017 +0300 (2017-06-10)
parents
children e70c0b9c5adf
line source
1 # SliTaz package receipt.
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://github.com/lxde/libfm"
11 TARBALL="libfm-$VERSION.tar.xz"
12 WGET_URL="$SF_MIRROR/pcmanfm/$TARBALL"
14 DEPENDS="glib libgio"
15 BUILD_DEPENDS="intltool gtk-doc"
16 SIBLINGS="libfm"
18 # Rules to configure and make the package.
19 compile_rules()
20 {
21 ./configure \
22 --sysconfdir=/etc \
23 --with-extra-only \
24 --with-gtk=no \
25 --disable-static \
26 $CONFIGURE_ARGS &&
27 make && make install
28 }
30 # Rules to gen a SliTaz package suitable for Tazpkg.
31 genpkg_rules()
32 {
33 cook_copy_files *.so*
34 }