wok-next annotate libxfce4util/receipt @ rev 21635

updated f2fs-tools (1.8.0 -> 1.13.0)
author Hans-G?nter Theisgen
date Fri Jun 26 11:04:48 2020 +0100 (2020-06-26)
parents d5aab818505e
children
rev   line source
al@20106 1 # SliTaz package receipt v2.
erjo@2076 2
erjo@2076 3 PACKAGE="libxfce4util"
al@21116 4 VERSION="4.13.2"
erjo@2076 5 CATEGORY="x-window"
al@20120 6 SHORT_DESC="Xfce utility library"
al@21020 7 MAINTAINER="devel@slitaz.org"
pascal@15004 8 LICENSE="LGPL2"
al@21006 9 WEB_SITE="https://www.xfce.org/"
al@20106 10
erjo@2076 11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
devl547@16293 12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
al@21116 13 TARBALL_SHA1="8ce7bcbea1b41298f1e7f6181afd27c1bbc079b5"
erjo@2076 14
al@21116 15 BUILD_DEPENDS="intltool glib-dev" # gobject-introspection-dev vala
al@21020 16 SPLIT="$PACKAGE-dev"
pascal@14718 17
al@21116 18 DEPENDS_std="glib"
al@21116 19 DEPENDS_dev="$PACKAGE glib-dev"
al@21116 20
al@21116 21 TAGS_std="Xfce"
al@21116 22
al@20106 23 compile_rules() {
al@20106 24 ./configure \
erjo@8018 25 --disable-debug \
al@20496 26 --disable-gtk-doc \
al@20106 27 $CONFIGURE_ARGS &&
al@20496 28 fix libtool &&
al@20106 29 make &&
al@20106 30 make install
erjo@2076 31 }