wok-next view xfconf/receipt @ rev 21469

updated tinc (1.0.25 -> 1.0.36)
author Hans-G?nter Theisgen
date Wed May 13 07:41:00 2020 +0100 (2020-05-13)
parents e19ff076dc63
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xfconf"
4 VERSION="4.13.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Xfce configuration utility"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://www.xfce.org/"
11 TARBALL="$PACKAGE-$VERSION.tar.bz2"
12 WGET_URL="http://archive.xfce.org/src/xfce/$PACKAGE/${VERSION%.*}/$TARBALL"
13 TARBALL_SHA1="e972e9f24508f8a435dd1d9230e0399a39773443"
15 COOKOPTS="force-arch" # arch-specific paths
17 BUILD_DEPENDS="intltool libxfce4util-dev dbus-dev \
18 perl-extutils-depends perl-extutils-pkgconfig perl-glib perl-dev"
19 SPLIT="$PACKAGE-dev $PACKAGE-perl $PACKAGE"
21 COPY_perl="/usr/lib/perl5/ @rm"
22 CAT_perl="perl|Perl bindings"
24 DEPENDS_dev="$PACKAGE glib-dev" # use xfconf-perl separately if need
25 DEPENDS_perl="$PACKAGE glib perl"
26 DEPENDS_std="glib libxfce4util dbus"
28 TAGS_std="Xfce"
30 compile_rules() {
31 ./configure \
32 --disable-debug \
33 --disable-gtk-doc \
34 --with-perl-options='INSTALLDIRS=vendor' \
35 $CONFIGURE_ARGS &&
36 fix libtool &&
37 make &&
38 make install || return 1
40 find $install -type f -exec chmod u+w '{}' \; # 444->644, 555->755
41 }