recipes: x-apps/emacs: Enable emacs again, trying the -no-pie option
[dragora.git] / recipes / tde / tde-common-cmake / recipe
blobdd34076e065c7ae27e57bbbb09e4cca60b80fdf7
1 # Build recipe for cmake (trinity).
3 # Copyright (c) 2021-2022 Matias Fonzo, <selk@dragora.org>.
5 # Licensed under the Apache License, Version 2.0 (the "License");
6 # you may not use this file except in compliance with the License.
7 # You may obtain a copy of the License at
9 #    http://www.apache.org/licenses/LICENSE-2.0
11 # Unless required by applicable law or agreed to in writing, software
12 # distributed under the License is distributed on an "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 # See the License for the specific language governing permissions and
15 # limitations under the License.
17 # Exit immediately on any error
18 set -e
20 program=tde-common-cmake
21 version=20221106_25734cf
22 arch=noarch
23 release=1
25 # Define a category for the output of the package name
26 pkgcategory=tde
28 tarname=${program}-${version}.tar.lz
30 # Remote source(s)
31 fetch="
32  https://dragora.mirror.garr.it/current/sources/$tarname
33  rsync://rsync.dragora.org/current/sources/$tarname
36 description="
37 A common dependency for build TDE r14.0.11+.
40 homepage=https://www.trinitydesktop.org/
41 license="Academic Free License version 2.1 | GPLv2+"
43 build()
45     unpack "${tardir}/$tarname"
47     cd "$srcdir"
49     # Set sane permissions
50     chmod -R u+w,go-w,a+rX-s .
52     rm -rf BUILD
53     mkdir BUILD
54     cd BUILD
56     cmake -G Ninja ..
58     ninja -j${jobs}
59     DESTDIR="$destdir" ninja -j${jobs} install