wok-next annotate libfm-extra/receipt @ rev 21116
Update libxfce4util, xfconf, libxfce4ui
author | Aleksej Bobylev <al.bobylev@gmail.com> |
---|---|
date | Mon Jan 14 00:11:29 2019 +0200 (2019-01-14) |
parents | d5aab818505e |
children |
rev | line source |
---|---|
al@19812 | 1 # SliTaz package receipt v2. |
al@19693 | 2 |
al@19693 | 3 PACKAGE="libfm-extra" |
al@21085 | 4 VERSION="1.3.1" |
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@19893 | 9 WEB_SITE="https://wiki.lxde.org/en/Libfm" |
al@21017 | 10 LFS="http://www.linuxfromscratch.org/blfs/view/svn/lxde/libfm-extra.html" |
al@20883 | 11 REPOLOGY="libfm" |
al@19693 | 12 |
al@19693 | 13 TARBALL="libfm-$VERSION.tar.xz" |
al@20856 | 14 WGET_URL="https://git.lxde.org/gitweb/?p=lxde/libfm.git;a=snapshot;h=$VERSION;sf=txz" |
al@21085 | 15 TARBALL_SHA1="34dc0795e8a8a2dec735fdedc7b7cfc5412d8174" |
al@19693 | 16 |
al@21020 | 17 BUILD_DEPENDS="automake gtk-doc libtool gettext-dev intltool glib-dev" |
al@21020 | 18 SPLIT="$PACKAGE-dev" |
al@21085 | 19 |
al@21085 | 20 DEPENDS_std="glib" |
al@21085 | 21 DEPENDS_dev="$PACKAGE glib-dev" |
al@21085 | 22 |
al@19693 | 23 SIBLINGS="libfm" |
al@19693 | 24 |
al@20443 | 25 compile_rules() { |
al@21085 | 26 ./autogen.sh |
al@20856 | 27 |
al@19693 | 28 ./configure \ |
al@19693 | 29 --with-extra-only \ |
al@19693 | 30 --with-gtk=no \ |
al@19693 | 31 --disable-static \ |
al@19693 | 32 $CONFIGURE_ARGS && |
al@20575 | 33 fix libtool && |
al@20534 | 34 make && |
al@20534 | 35 make install |
al@19693 | 36 } |