wok-next annotate libfm-extra/receipt @ rev 19783

Up receipts to v2 syntax: cook_copy_files & cook_copy_folders -> copy
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sun Jun 18 04:38:10 2017 +0300 (2017-06-18)
parents e70c0b9c5adf
children 4688f12eea68
rev   line source
al@19693 1 # SliTaz package receipt.
al@19693 2
al@19693 3 PACKAGE="libfm-extra"
al@19693 4 VERSION="1.2.5"
al@19693 5 CATEGORY="system-tools"
al@19693 6 SHORT_DESC="Library and other files required by menu-cache-gen"
al@19693 7 MAINTAINER="al.bobylev@gmail.com"
al@19693 8 LICENSE="GPL2"
al@19693 9 WEB_SITE="https://github.com/lxde/libfm"
al@19693 10
al@19693 11 TARBALL="libfm-$VERSION.tar.xz"
al@19693 12 WGET_URL="$SF_MIRROR/pcmanfm/$TARBALL"
al@19693 13
al@19779 14 DEPENDS="glib"
al@19693 15 BUILD_DEPENDS="intltool gtk-doc"
al@19693 16 SIBLINGS="libfm"
al@19693 17
al@19693 18 # Rules to configure and make the package.
al@19693 19 compile_rules()
al@19693 20 {
al@19693 21 ./configure \
al@19693 22 --sysconfdir=/etc \
al@19693 23 --with-extra-only \
al@19693 24 --with-gtk=no \
al@19693 25 --disable-static \
al@19693 26 $CONFIGURE_ARGS &&
al@19693 27 make && make install
al@19693 28 }
al@19693 29
al@19693 30 # Rules to gen a SliTaz package suitable for Tazpkg.
al@19693 31 genpkg_rules()
al@19693 32 {
al@19783 33 copy *.so*
al@19693 34 }