Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

common/build-style/gnu-makefile.sh: define prefix, PREFIX for build #38823

Merged
merged 55 commits into from Aug 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
e14cf6c
common/build-style/gnu-makefile.sh: define prefix, PREFIX for build
classabbyamp Aug 22, 2022
f321eaa
Manual.md: update description of make_install_args
classabbyamp Aug 22, 2022
ba6c1c1
Ice: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
22c2882
baresip: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
04f8b46
capstone: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
fb99ffa
figlet: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
e7b3cdf
gkrellm: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
8bdc3d1
hblock: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
c7571eb
imapfilter: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
1349d28
lm_sensors: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
bea2eae
mk-configure: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
626177d
quickjs: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
ce1794d
spectrwm: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
4345941
hashcat: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
c006601
nyxt: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
8466268
64tass: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
2a9d350
bemenu: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
ab8281d
bleachbit: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
053858f
blktrace: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
2f7f23b
bootiso: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
446f69c
chibi-scheme: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
bf73e5f
cronutils: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
f87c67e
crypto++: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
1afe0b2
dmidecode: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
be55eb3
dte: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
c489149
ex-vi: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
63ef175
feh: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
b7201fe
fuse-zip: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
5e86e07
gatling: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
0ff7495
git-secret: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
c561aeb
gtkd: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
8132d17
gtklock: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
f6dcfdc
hiredis: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
0e14319
httpdirfs: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
624b5a6
id3: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
000a607
kore: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
8a5c74b
libowfat: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
989abf6
mle: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
5f2a360
mpdas: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
9d5bdbf
musescore: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
54519d5
netbsd-wtf: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
00eab08
netsurf: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
99a2cc6
ocamlbuild: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
6b757c4
pev: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
4e53721
py3c: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
da39ddc
re2: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
8e4f8d1
sc-im: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
8ffa6d2
scdoc: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
4ffe631
tuxpaint: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
ef19062
unifdef: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
ff52b05
whois: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
1e4eff1
x2goserver: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
b213b13
xnots: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
6ac9c51
xob: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
d4a3a1e
zita-at1: remove unnecessary PREFIX=, clean up
classabbyamp Aug 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions Manual.md
Expand Up @@ -545,10 +545,8 @@ build methods. Unset by default.
`${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile`
build methods. Unset by default.

- `make_install_args` The arguments to be passed in to `${make_cmd}` at the `install-destdir`
phase if `${build_style}` is set to `configure`, `gnu-configure` or
`gnu-makefile` build methods. By default set to
`PREFIX=/usr DESTDIR=${DESTDIR}`.
- `make_install_args` The arguments to be passed in to `${make_cmd}` at the `install`
phase if `${build_style}` is set to `configure`, `gnu-configure` or `gnu-makefile` build methods.

- `make_build_target` The build target. If `${build_style}` is set to `configure`, `gnu-configure`
or `gnu-makefile`, this is the target passed to `${make_cmd}` in the build phase;
Expand Down
4 changes: 3 additions & 1 deletion common/build-style/gnu-makefile.sh
Expand Up @@ -9,8 +9,10 @@ do_build() {
CC="$CC" CXX="$CXX" LD="$LD" AR="$AR" RANLIB="$RANLIB" \
CPP="$CPP" AS="$AS" OBJCOPY="$OBJCOPY" OBJDUMP="$OBJDUMP" \
CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" LDFLAGS="$LDFLAGS" \
PREFIX=/usr prefix=/usr \
classabbyamp marked this conversation as resolved.
Show resolved Hide resolved
${makejobs} ${make_build_args} ${make_build_target}
else
export PREFIX=/usr prefix=/usr
${make_cmd} ${makejobs} ${make_build_args} ${make_build_target}
fi
}
Expand All @@ -37,5 +39,5 @@ do_install() {
: ${make_cmd:=make}
: ${make_install_target:=install}

${make_cmd} STRIP=true PREFIX=/usr DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}
${make_cmd} STRIP=true PREFIX=/usr prefix=/usr DESTDIR=${DESTDIR} ${make_install_args} ${make_install_target}
}
2 changes: 0 additions & 2 deletions srcpkgs/64tass/template
Expand Up @@ -4,8 +4,6 @@ version=1.55.2200
revision=2
wrksrc="64tass-${version}-src"
build_style=gnu-makefile
make_build_args="prefix=/usr"
make_install_args="prefix=/usr"
hostmakedepends="unzip"
short_desc="6502/6510 assembler"
maintainer="Jakub Skrzypnik <jakub.skrzypnik@interia.pl>"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/Ice/template
Expand Up @@ -4,9 +4,9 @@ version=3.7.7
revision=1
wrksrc="ice-${version}"
build_style=gnu-makefile
make_build_args="LANGUAGES=cpp prefix=/usr OPTIMIZE=yes
USR_DIR_INSTALL=yes CONFIGS=shared CONFIGS+=cpp11-shared"
make_install_args="LANGUAGES=cpp prefix=/usr lib-suffix="
make_build_args="LANGUAGES=cpp OPTIMIZE=yes USR_DIR_INSTALL=yes CONFIGS=shared
CONFIGS+=cpp11-shared"
make_install_args="LANGUAGES=cpp lib-suffix="
makedepends="zlib-devel bzip2-devel zeroc-mcpp db-devel expat-devel
openssl-devel lmdb-devel editline-devel"
short_desc="Internet Communications Engine (Ice)"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/baresip/template
Expand Up @@ -3,7 +3,7 @@ pkgname=baresip
version=1.1.0
revision=1
build_style=gnu-makefile
make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk PREFIX=/usr
make_build_args="LIBRE_MK=${XBPS_CROSS_BASE}/usr/share/re/re.mk
SYSROOT=${XBPS_CROSS_BASE}/usr LIBRE_INC=${XBPS_CROSS_BASE}/usr/include/re
LIBRE_SO=${XBPS_CROSS_BASE}/usr/lib LIBDIR=/usr/lib${XBPS_TARGET_WORDSIZE}
USE_SNAPSHOT=$(vopt_if video yes) USE_ALSA=yes USE_GST=yes USE_GST_VIDEO=yes
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/bemenu/template
Expand Up @@ -3,7 +3,6 @@ pkgname=bemenu
version=0.6.10
revision=1
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="ncurses-devel cairo-devel pango-devel
libxkbcommon-devel libXinerama-devel wayland-devel
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/bleachbit/template
Expand Up @@ -3,7 +3,6 @@ pkgname=bleachbit
version=4.4.2
revision=1
build_style=gnu-makefile
make_install_args="prefix=/usr"
hostmakedepends="python3 gettext desktop-file-utils"
depends="gtk+3 python3-gobject python3-scandir python3-chardet"
short_desc="Deletes unneeded files to free disk space and maintain privacy"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/blktrace/template
Expand Up @@ -3,7 +3,7 @@ pkgname=blktrace
version=1.3.0
revision=1
build_style=gnu-makefile
make_install_args="prefix=/usr mandir=/usr/share/man"
make_install_args="mandir=/usr/share/man"
makedepends="libaio-devel"
short_desc="Userspace utilities for tracing Linux block layer I/O"
maintainer="Leah Neukirchen <leah@vuxu.org>"
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/bootiso/template
Expand Up @@ -3,7 +3,6 @@ pkgname=bootiso
version=4.2.0
revision=2
build_style=gnu-makefile
make_install_args="prefix=/usr"
depends="bash bc binutils coreutils curl dosfstools e2fsprogs eudev exfat-utils
f2fs-tools file findutils gawk grep ncurses ntfs-3g rsync syslinux tar util-linux
wimlib jq"
Expand Down
5 changes: 2 additions & 3 deletions srcpkgs/capstone/template
Expand Up @@ -3,7 +3,7 @@ pkgname=capstone
version=4.0.2
revision=4
build_style=gnu-makefile
make_use_env=1
make_use_env=yes
hostmakedepends="python3-setuptools"
short_desc="Lightweight multi-platform, multi-architecture disassembly framework"
maintainer="Orphaned <orphan@voidlinux.org>"
Expand All @@ -12,8 +12,7 @@ homepage="https://www.capstone-engine.org/"
distfiles="https://github.com/aquynh/${pkgname}/archive/${version}.tar.gz"
checksum=7c81d798022f81e7507f1a60d6817f63aa76e489aa4e7055255f21a22f5e526a

do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} install
post_install() {
make -C bindings/python PREFIX=/usr DESTDIR=${DESTDIR} install3
vlicense LICENSE.TXT LICENSE
}
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/chibi-scheme/template
Expand Up @@ -4,7 +4,6 @@ version=0.10
revision=1
build_helper="qemu"
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
short_desc="Small Footprint R7RS Scheme for use as a C Extension Language"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
Expand Down
4 changes: 1 addition & 3 deletions srcpkgs/cronutils/template
@@ -1,10 +1,9 @@
# Template file for 'cronutils'
pkgname=cronutils
version=1.9
revision=2
revision=3
wrksrc="${pkgname}-version-${version}"
build_style=gnu-makefile
make_install_args="prefix=/usr"
short_desc="Set of tools to assist the reliable running periodic and batch jobs"
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
license="Apache-2.0"
Expand All @@ -13,6 +12,5 @@ distfiles="https://github.com/google/${pkgname}/archive/version/${version}.tar.g
checksum=0109f165b193d3482ebf470e5d19fcef13bb692b173f65c966b0b8b8ebc79238

post_install() {
vlicense LICENSE
vbin runcron
}
6 changes: 0 additions & 6 deletions srcpkgs/crypto++/template
Expand Up @@ -5,7 +5,6 @@ version=8.3.0
revision=1
wrksrc="${pkgname//+/p}-CRYPTOPP_${version//./_}"
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
make_build_target="dynamic static libcryptopp.pc"
make_install_target="install-lib"
short_desc="Free C++ class library of cryptographic schemes"
Expand All @@ -21,11 +20,6 @@ if [ "$XBPS_CROSS" ]; then
make_build_args+=" -f GNUmakefile-cross"
fi

do_check() {
# The gnu-makefile build style does not use ${makejobs}
make ${makejobs} ${make_build_args} check
}

post_install() {
vlicense License.txt LICENSE
}
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/dmidecode/template
Expand Up @@ -3,8 +3,8 @@ pkgname=dmidecode
version=3.4
revision=1
build_style=gnu-makefile
make_build_args="prefix=/usr sbindir=/usr/bin"
make_install_args="prefix=/usr sbindir=/usr/bin"
make_build_args="sbindir=/usr/bin"
make_install_args="sbindir=/usr/bin"
short_desc="Desktop Management Interface table related utilities"
maintainer="Frank Steinborn <steinex@nognu.de>"
license="GPL-2.0-or-later"
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/dte/template
Expand Up @@ -3,7 +3,6 @@ pkgname=dte
version=1.10
revision=1
build_style=gnu-makefile
make_install_args="prefix=/usr"
short_desc="Small, configurable console text editor"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="GPL-2.0-only"
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/ex-vi/template
@@ -1,13 +1,13 @@
# Template file for 'ex-vi'
pkgname=ex-vi
version=050325
revision=10
revision=11
wrksrc="ex-${version}"
build_style=gnu-makefile
make_build_args="PREFIX=/usr TERMLIB=ncurses PRESERVEDIR=/var/tmp LARGEF=-DLARGEF"
make_build_args="TERMLIB=ncurses PRESERVEDIR=/var/tmp LARGEF=-DLARGEF"
make_install_args="INSTALL=/usr/bin/install PRESERVEDIR=/var/tmp STRIP="
makedepends="ncurses-devel"
short_desc="The original ex/vi text editor (Heirloom version)"
short_desc="Original ex/vi text editor (Heirloom version)"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-4-Clause-UC"
homepage="http://ex-vi.sourceforge.net/"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/feh/template
Expand Up @@ -4,7 +4,7 @@ version=3.9
revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="PREFIX=/usr exif=1 help=1 stat64=1 inotify=1"
make_build_args="exif=1 help=1 stat64=1 inotify=1"
hostmakedepends="pkg-config"
makedepends="giblib-devel libXinerama-devel libXt-devel libcurl-devel
libexif-devel libjpeg-turbo-devel"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/figlet/template
Expand Up @@ -3,7 +3,7 @@ pkgname=figlet
version=2.2.5
revision=6
build_style=gnu-makefile
make_install_args="prefix=/usr MANDIR=/usr/share/man"
make_install_args="MANDIR=/usr/share/man"
short_desc="Program for making large letters out of ordinary text"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="BSD-3-Clause"
Expand Down
9 changes: 3 additions & 6 deletions srcpkgs/fuse-zip/template
Expand Up @@ -4,8 +4,7 @@ version=0.7.2
revision=1
wrksrc=agalanin-fuse-zip-9b01842a149d
build_style=gnu-makefile
make_build_args="all doc"
make_install_args="prefix=/usr"
make_build_target="all doc"
hostmakedepends="pkg-config"
makedepends="fuse-devel libzip-devel"
short_desc="FUSE file system for ZIP archives"
Expand All @@ -14,7 +13,5 @@ license="GPL-3.0-or-later"
homepage="https://bitbucket.org/agalanin/fuse-zip"
distfiles="${homepage}/get/${version}.tar.gz"
checksum=bba004193db9841a8d9a59e927fffe24f1b92f7ad15a5694c687456617b638a2

do_check() {
: requires some tcl modules
}
# requires some tcl modules
make_check=no
2 changes: 1 addition & 1 deletion srcpkgs/gatling/template
Expand Up @@ -4,7 +4,7 @@ version=0.16
revision=1
build_style=gnu-makefile
make_build_target="gatling dl getlinks"
make_install_args="prefix=/usr MANDIR=/usr/share/man"
make_install_args="MANDIR=/usr/share/man"
makedepends="libowfat openssl-devel zlib-devel"
short_desc="High performance web server"
maintainer="Enno Boland <gottox@voidlinux.org>"
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/git-secret/template
Expand Up @@ -3,7 +3,6 @@ pkgname=git-secret
version=0.4.0
revision=2
build_style=gnu-makefile
make_install_args="PREFIX=/usr"
make_check_target=test
depends="bash gawk gnupg coreutils git"
checkdepends="gnupg procps-ng git"
Expand Down
7 changes: 2 additions & 5 deletions srcpkgs/gkrellm/template
Expand Up @@ -3,15 +3,12 @@ pkgname=gkrellm
version=2.3.11
revision=4
build_style=gnu-makefile
make_install_args="STRIP="
hostmakedepends="pkg-config gettext which"
makedepends="openssl-devel libSM-devel gtk+-devel libsensors-devel"
short_desc="GTK2 based system monitor"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-3.0.or-later"
homepage="http://gkrellm.srcbox.net"
distfiles="${homepage}/releases/gkrellm-${version}.tar.bz2"
distfiles="http://gkrellm.srcbox.net/releases/gkrellm-${version}.tar.bz2"
checksum=1ee0643ed9ed99f88c1504c89d9ccb20780cf29319c904b68e80a8e7c8678c06

do_install() {
make PREFIX=/usr DESTDIR=${DESTDIR} STRIP= install
}
1 change: 0 additions & 1 deletion srcpkgs/gtkd/template
Expand Up @@ -7,7 +7,6 @@ build_style=gnu-makefile
make_build_args="LDFLAGS='-linker=bfd' DC=ldc2"
make_build_target="shared-libs shared-gstreamer shared-vte shared-peas shared-gtkdgl"
make_check_args="$make_build_args"
make_install_args="prefix=/usr"
make_install_target="install-shared-gstreamer install-headers-gstreamer
install-shared-gtkdgl install-headers-gtkdgl install-shared install-headers
install-shared-peas install-headers-peas install-shared-vte
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/gtklock/template
Expand Up @@ -4,7 +4,6 @@ version=1.3.4
revision=1
build_style=gnu-makefile
make_use_env=yes
make_build_args="PREFIX=/usr"
hostmakedepends="pkg-config wayland-devel scdoc"
makedepends="pam-devel gtk+3-devel gtk-layer-shell-devel"
short_desc="GTK-based lockscreen for Wayland"
Expand Down
14 changes: 3 additions & 11 deletions srcpkgs/hashcat/template
Expand Up @@ -3,15 +3,9 @@ pkgname=hashcat
version=6.2.5
revision=1
build_style=gnu-makefile
make_build_args="
PREFIX=/usr
ENABLE_UNRAR=$(vopt_if unrar 1 0)
USE_SYSTEM_OPENCL=1
USE_SYSTEM_XXHASH=1
USE_SYSTEM_ZLIB=1
DEPS_OPENCL_PATH=${XBPS_CROSS_BASE}/usr/include
DEPS_XXHASH_PATH=${XBPS_CROSS_BASE}/usr/include
DEPS_ZLIB_PATH=${XBPS_CROSS_BASE}/usr/include
make_build_args="ENABLE_UNRAR=$(vopt_if unrar 1 0) USE_SYSTEM_OPENCL=1
USE_SYSTEM_XXHASH=1 USE_SYSTEM_ZLIB=1 DEPS_OPENCL_PATH=${XBPS_CROSS_BASE}/usr/include
DEPS_XXHASH_PATH=${XBPS_CROSS_BASE}/usr/include DEPS_ZLIB_PATH=${XBPS_CROSS_BASE}/usr/include
SHARED_FOLDER=/usr/lib/hashcat"
make_use_env=yes
make_install_args="$make_build_args"
Expand All @@ -27,9 +21,7 @@ checksum=6f6899d7ad899659f7b43a4d68098543ab546d2171f8e51d691d08a659378969

build_options="unrar"
desc_option_unrar="Enable support for unrar"

# unrar option disabled by default because of license issues
build_options_default=""

if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="Not supported on big endian"
Expand Down
4 changes: 1 addition & 3 deletions srcpkgs/hblock/template
Expand Up @@ -11,8 +11,6 @@ homepage="https://github.com/hectorm/hblock"
distfiles="https://github.com/hectorm/${pkgname}/archive/v${version}.tar.gz"
checksum=762dbe5f2a0ea84078b194190f4fb51b9fe3e6ef043c1899fdda6a083328225f

do_install() {
make DESTDIR=$DESTDIR prefix=/usr install

post_install() {
vlicense LICENSE.md
}
1 change: 0 additions & 1 deletion srcpkgs/hiredis/template
Expand Up @@ -3,7 +3,6 @@ pkgname=hiredis
version=1.0.0
revision=2
build_style=gnu-makefile
make_build_args="PREFIX=/usr"
checkdepends="redis"
short_desc="Minimalistic C client for Redis"
maintainer="Enno Boland <gottox@voidlinux.org>"
Expand Down
1 change: 0 additions & 1 deletion srcpkgs/httpdirfs/template
Expand Up @@ -3,7 +3,6 @@ pkgname=httpdirfs
version=1.2.0
revision=5
build_style=gnu-makefile
make_install_args="prefix=/usr"
makedepends="libcurl-devel fuse-devel gumbo-parser-devel
libuuid-devel expat-devel"
short_desc="Mount HTTP directory listings, with a permanent cache"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/id3/template
Expand Up @@ -3,7 +3,7 @@ pkgname=id3
version=0.80
revision=3
build_style=gnu-makefile
make_install_args="prefix=/usr mandir=/usr/share/man"
make_install_args="mandir=/usr/share/man"
short_desc="Tool for manipulating id3 and id3v2 tags in multiple files"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-2-Clause"
Expand Down
2 changes: 1 addition & 1 deletion srcpkgs/imapfilter/template
Expand Up @@ -3,7 +3,7 @@ pkgname=imapfilter
version=2.6.12
revision=6
build_style=gnu-makefile
make_build_args="DESTIDIR=${DESTDIR} PREFIX=/usr LIBLUA=-llua5.3"
make_build_args="LIBLUA=-llua5.3"
hostmakedepends="lua53-devel"
makedepends="pcre-devel lua53-devel openssl-devel"
short_desc="Mail filtering utility"
Expand Down
4 changes: 2 additions & 2 deletions srcpkgs/kore/template
Expand Up @@ -6,7 +6,7 @@ revision=1
archs="x86_64* aarch64* ppc64*"
build_style=gnu-makefile
make_use_env=yes
make_build_args="PREFIX=/usr CURL=1 TASKS=1 PGSQL=1 JSONRPC=1 ACME=1"
make_build_args="CURL=1 TASKS=1 PGSQL=1 JSONRPC=1 ACME=1"
hostmakedepends="postgresql-libs-devel"
makedepends="openssl-devel libcurl-devel postgresql-libs-devel yajl-devel"
short_desc="Easy to use web platform for writing scalable web APIs in C"
Expand All @@ -25,7 +25,7 @@ fi

if [ -z "$CROSS_BUILD" ]; then
makedepends+=" python3-devel"
make_build_args+="PYTHON=1"
make_build_args+=" PYTHON=1"
fi

post_install() {
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/libowfat/template
@@ -1,12 +1,12 @@
# Template file for 'libowfat'
pkgname=libowfat
version=0.32
revision=1
revision=2
build_style=gnu-makefile
make_install_args="prefix=/usr MAN3DIR=/usr/share/man/man3"
make_install_args="MAN3DIR=/usr/share/man/man3"
short_desc="Reimplement libdjb"
maintainer="Enno Boland <gottox@voidlinux.org>"
license="GPL-2"
license="GPL-2.0-only"
homepage="https://www.fefe.de/libowfat/"
distfiles="https://www.fefe.de/${pkgname}/${pkgname}-${version}.tar.xz"
checksum=f4b9b3d9922dc25bc93adedf9e9ff8ddbebaf623f14c8e7a5f2301bfef7998c1
Expand Down