recipes: xfce: moved to ../testing
[dragora.git] / testing / recipes / xfce / libxfce4util / recipe
blob932ccb5b8534cd2669d21c877956c80aa2bd9e57
1 # Build recipe for libxfce4util.
3 # Copyright (C) 2018, MMPG <mmpg@vp.pl>
4 # Copyright (C) 2018-2019 Matias Fonzo, <selk@dragora.org>.
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
10 #    http://www.apache.org/licenses/LICENSE-2.0
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
18 program=libxfce4util
19 version=4.14.0
20 release=1
22 # Set 'outdir' for a nice and well-organized output directory
23 outdir="${outdir}/${arch}/xfce"
25 tarname=${program}-${version}.tar.bz2
27 # Remote source(s)
28 fetch="http://archive.xfce.org/src/xfce/libxfce4util/${version%.*}/$tarname"
30 description="
31 A basic utility library for Xfce.
33 This is a general-purpose utility library used by Xfce.
36 homepage=http://xfce.org
37 license=GPLv2+
39 # Source documentation
40 docs="AUTHORS COPYING NEWS README THANKS TODO"
41 docsdir="${docdir}/${program}-${version}"
43 build()
45     set -e
47     unpack "${tardir}/$tarname"
49     cd "$srcdir"
51     # Set sane permissions
52     chmod -R u+w,go-w,a+rX-s .
54     ./configure CFLAGS="$QICFLAGS" LDFLAGS="$QILDFLAGS" \
55     $configure_args \
56     --libdir=/usr/lib${libSuffix} \
57     --enable-static=no \
58     --enable-shared=yes \
59     --enable-debug=no \
60     --build="$(cc -dumpmachine)"
62     make -j${jobs} V=1
63     make -j${jobs} DESTDIR="$destdir" install-strip
65     # Copy documentation
66     mkdir -p "${destdir}${docsdir}"
67     cp -p $docs "${destdir}${docsdir}"/