1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

*/*: remove usage of depends_dev when it isn't defined

Found with this command:
awk 'FILENAME != name { name = FILENAME; set = 0 } /(^|[[:space:]])depends_dev=/ { set = 1 } /\$\{*depends_dev/ { if (!set) print FILENAME }' */*/APKBUILD
This commit is contained in:
Sertonix 2025-04-08 12:40:29 +02:00 committed by Patrycja Rosa
parent ee002edd85
commit c1a31f7208
60 changed files with 35 additions and 60 deletions

View file

@ -7,7 +7,7 @@ pkgdesc="bandwidth monitor and rate estimator"
url="https://github.com/tgraf/bmon"
arch="all"
license="BSD MIT"
makedepends="$depends_dev libnl3-dev confuse-dev
makedepends="libnl3-dev confuse-dev
ncurses-dev linux-headers"
subpackages="$pkgname-doc"
source="https://github.com/tgraf/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz"

View file

@ -8,7 +8,7 @@ url="https://github.com/mate-desktop/caja"
arch="all"
license="GPL-2.0-or-later AND LGPL-2.0-or-later"
depends="mate-common"
makedepends="$depends_dev
makedepends="
dconf-dev
gobject-introspection-dev
gtk+3.0-dev

View file

@ -8,7 +8,7 @@ url="https://www.cfengine.com/"
arch="all"
license="GPL-3.0-only"
install="$pkgname.post-install"
makedepends="$depends_dev lmdb-dev openssl-dev>3 bison flex-dev
makedepends="lmdb-dev openssl-dev>3 bison flex-dev
acl-dev pcre-dev linux-headers"
depends="procps"
subpackages="$pkgname-doc $pkgname-masterfiles::noarch"

View file

@ -7,7 +7,6 @@ pkgdesc="C library for implementing foreign function calls in embedded interpret
url="https://www.gnu.org/software/libffcall"
arch="all !loongarch64"
license="GPL-2.0-or-later"
makedepends="$depends_dev"
subpackages="$pkgname-doc"
source="https://ftp.gnu.org/gnu/libffcall/libffcall-$pkgver.tar.gz"

View file

@ -8,7 +8,7 @@ url="https://icinga.com"
arch="all !armhf !armv7 !s390x"
license="GPL-2.0-only"
depends="monitoring-plugins"
makedepends="$depends_dev cmake bison flex boost-dev yajl-dev
makedepends="cmake bison flex boost-dev yajl-dev
libpq-dev mariadb-connector-c-dev openssl-dev>3 libedit-dev samurai"
install="$pkgname.pre-install $pkgname.post-install"
pkgusers="icinga"

View file

@ -8,7 +8,7 @@ arch="all !armhf"
url="https://apps.kde.org/kronometer"
pkgdesc="A simple chronometer application"
license="GPL-2.0-or-later AND CC0-1.0"
makedepends="$depends_dev
makedepends="
extra-cmake-modules
kconfig5-dev
kcoreaddons5-dev

View file

@ -8,7 +8,6 @@ url="https://www.datovka.cz/"
arch="all"
license="LGPL-3.0-or-later AND GPL-3.0-or-later"
makedepends="
$depends_dev
curl-dev
docbook-xsl
expat-dev

View file

@ -8,7 +8,6 @@ pkgdesc="An implementation of the Generic Security Service Application Program I
url="https://www.gnu.org/software/gss/"
arch="all"
license="( LGPL-3.0-or-later OR GPL-2.0-or-later ) AND GPL-3.0-or-later"
makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://ftp.gnu.org/gnu/gss/gss-$pkgver.tar.gz"
builddir="$srcdir/gss-$pkgver"

View file

@ -7,7 +7,6 @@ pkgdesc="Library to access SMI management information"
url="https://www.ibr.cs.tu-bs.de/projects/libsmi/"
arch="all"
license="BSD-3-Clause AND MIT"
makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.ibr.cs.tu-bs.de/projects/libsmi/download/libsmi-$pkgver.tar.gz
gcc-14.patch"

View file

@ -6,7 +6,7 @@ pkgdesc="X.Org screen saver extension"
url="https://cgit.freedesktop.org/xorg/lib/libXScrnSaver/"
arch="all"
license="MIT"
makedepends="$depends_dev libxext-dev libx11-dev util-macros xorgproto"
makedepends="libxext-dev libx11-dev util-macros xorgproto"
subpackages="$pkgname-dev $pkgname-doc"
source="https://www.x.org/releases/individual/lib/libXScrnSaver-$pkgver.tar.xz"
builddir="$srcdir"/libXScrnSaver-$pkgver

View file

@ -8,7 +8,6 @@ pkgdesc="Object-orientation for Lua"
url="https://github.com/kikito/middleclass"
arch="noarch"
license="MIT"
makedepends="$depends_dev"
source="$pkgname-$pkgver.tar.gz::https://github.com/kikito/middleclass/archive/v$pkgver.tar.gz"
builddir="$srcdir/middleclass-$pkgver"

View file

@ -9,7 +9,6 @@ url="https://daringfireball.net/projects/markdown/"
arch="noarch"
license="BSD-3-Clause"
depends="perl"
makedepends="$depends_dev"
subpackages="$pkgname-doc"
source="https://daringfireball.net/projects/downloads/Markdown_$pkgver.zip"

View file

@ -7,7 +7,7 @@ pkgdesc="A Power Manager for MATE"
url="https://github.com/mate-desktop/mate-power-manager"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev intltool gettext-dev itstool glib-dev libcanberra-dev
makedepends="intltool gettext-dev itstool glib-dev libcanberra-dev
dbus-glib-dev mate-desktop-dev dconf-dev libnotify-dev
upower-dev mate-panel-dev harfbuzz-dev polkit-dev libsecret-dev"
subpackages="$pkgname-doc $pkgname-lang"

View file

@ -10,7 +10,6 @@ options="!check" # No testsuite
url="http://acme.com/software/mini_sendmail/"
arch="all"
license="BSD-2-Clause"
makedepends="$depends_dev"
subpackages="$pkgname-doc"
source="http://www.acme.com/software/$_realname/$_realname-$pkgver.tar.gz
README.alpine

View file

@ -7,7 +7,6 @@ url="https://packages.debian.org/sid/ttf-mscorefonts-installer"
arch="noarch"
license="GPL-2.0-or-later"
depends="cabextract wget"
makedepends="$depends_dev"
install="$pkgname.post-install"
options="!check" #no test suite
source="http://ftp.debian.org/debian/pool/contrib/m/msttcorefonts/msttcorefonts_$pkgver.tar.xz

View file

@ -12,7 +12,6 @@ arch="all !s390x !ppc64le !armhf !riscv64 !armv7"
license="GPL-2.0-only"
depends="dbus:org.freedesktop.Secrets"
makedepends="
$depends_dev
cmake
doxygen
extra-cmake-modules

View file

@ -8,7 +8,6 @@ url="https://www.openvswitch.org/"
arch="all"
license="Apache-2.0"
makedepends="
$depends_dev
libcap-ng-dev
linux-headers
openssl-dev

View file

@ -14,7 +14,7 @@ url="https://www.powerdns.com/"
arch="all !s390x"
license="GPL-2.0-only WITH OpenSSL-Exception"
checkdepends="findutils"
makedepends="$depends_dev
makedepends="
boost-dev
curl
curl-dev

View file

@ -7,7 +7,6 @@ pkgdesc="An implementation of POSIX make"
url="https://frippery.org/make/"
arch="all"
license="Public Domain"
makedepends="$depends_dev"
subpackages="$pkgname-doc"
source="https://frippery.org/make/pdpmake-$pkgver.tgz"

View file

@ -12,7 +12,6 @@ license="GPL-2.0-only AND MIT AND BSD-2-Clause"
_php=php83
depends="$_php $_php-mysqli $_php-bz2 $_php-ctype $_php-curl $_php-gd
$_php-mbstring $_php-openssl $_php-session $_php-zip $_php-xmlwriter $_php-iconv"
makedepends="$depends_dev"
install="$pkgname.post-install"
subpackages="$pkgname-doc"
_fullpkgname=phpMyAdmin-$pkgver-all-languages

View file

@ -6,7 +6,7 @@ pkgdesc="PolicyKit integration for the GNOME desktop"
url="https://www.freedesktop.org/wiki/Software/PolicyKit"
arch="all"
license="LGPL-2.0-or-later"
makedepends="$depends_dev
makedepends="
gtk+3.0-dev
intltool
polkit-dev

View file

@ -6,7 +6,7 @@ pkgdesc="PostgreSQL bidirectional replication (BDR) extension"
url="https://wiki.postgresql.org/wiki/BDR_Administration"
arch="all"
license="PostgreSQL"
makedepends="$depends_dev postgresql-bdr-dev openssl-dev>3"
makedepends="postgresql-bdr-dev openssl-dev>3"
subpackages="$pkgname-doc"
# FIXME: mkdir: can't create directory 'tmp_check/data': File exists
options="!check"

View file

@ -6,7 +6,7 @@ pkgdesc="PostgreSQL bidirectional replication (BDR) extension"
url="https://wiki.postgresql.org/wiki/BDR_Administration"
arch="all !riscv64"
license="GPL"
makedepends="$depends_dev postgresql-bdr-dev automake autoconf openssl-dev>3"
makedepends="postgresql-bdr-dev automake autoconf openssl-dev>3"
subpackages="$pkgname-doc"
# FIXME: mkdir: can't create directory 'tmp_check/data': File exists
options="!check"

View file

@ -6,7 +6,6 @@ pkgdesc="Finite state machine compiler"
url="https://www.colm.net/open-source/ragel/"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev"
checkdepends="bash diffutils"
subpackages="$pkgname-doc"
source="https://www.colm.net/files/ragel/ragel-$pkgver.tar.gz

View file

@ -7,7 +7,6 @@ pkgdesc="SMS Gateway software which can send and receive short messages through
url="http://smstools3.kekekasvi.com/"
arch="all"
license="GPL-2.0-only"
makedepends="$depends_dev"
install=$pkgname.pre-install
options="!check"
subpackages="$pkgname-openrc"

View file

@ -7,7 +7,6 @@ url="https://github.com/dlundquist/sniproxy"
arch="all"
license="BSD-2-Clause"
makedepends="
$depends_dev
autoconf
automake
bsd-compat-headers

View file

@ -10,7 +10,7 @@ license="AGPL-3.0-or-later"
depends="python3 py3-configobj py3-configshell py3-ethtool
py3-parsing py3-rtslib py3-six py3-udev py3-dbus dbus
py3-urwid py3-gobject3"
makedepends="$depends_dev py3-setuptools"
makedepends="py3-setuptools"
subpackages="$pkgname-doc $pkgname-openrc $pkgname-pyc"
source="$pkgname-$pkgver.tar.gz::https://github.com/open-iscsi/targetcli-fb/archive/v$pkgver.tar.gz
targetcli.initd

View file

@ -7,7 +7,7 @@ pkgdesc="Wrapper to safely torify applications"
url="https://gitlab.torproject.org/tpo/core/torsocks"
arch="all"
license="GPL-2.0"
makedepends="$depends_dev autoconf automake libtool"
makedepends="autoconf automake libtool"
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://gitlab.torproject.org/tpo/core/torsocks/-/archive/v$pkgver/torsocks-v$pkgver.tar.gz"
builddir="$srcdir/$pkgname-v$pkgver"

View file

@ -12,7 +12,7 @@ options="!check" # no tests
depends="m1n1"
triggers="$pkgname.trigger=/boot/dtbs-asahi/apple:/usr/share/m1n1/m1n1.bin:/usr/share/u-boot-asahi/u-boot-nodtb.bin"
makedepends="$depends_dev
makedepends="
bash
bc
bison

View file

@ -8,7 +8,6 @@ url="https://linux-wpan.org/"
arch="all"
license="ISC"
depends="libnl3-dev linux-headers"
makedepends="$depends_dev"
options="!check" # upstream doesn't have a test suite currently
source="https://github.com/linux-wpan/wpan-tools/releases/download/wpan-tools-$pkgver/wpan-tools-$pkgver.tar.xz
"

View file

@ -7,7 +7,7 @@ pkgdesc="Indexers and CGI search frontend for Xapian"
url="http://www.xapian.org/"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev xapian-core-dev perl-dev pcre2-dev zlib-dev file-dev"
makedepends="xapian-core-dev perl-dev pcre2-dev zlib-dev file-dev"
subpackages="$pkgname-doc"
source="http://oligarchy.co.uk/xapian/$pkgver/xapian-omega-$pkgver.tar.xz"

View file

@ -7,7 +7,7 @@ pkgdesc="a multi-protocol, multi-mailbox mail watcher"
url="https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin/start"
arch="all"
license="GPL-2.0"
makedepends="$depends_dev intltool libx11-dev glib-dev gtk+2.0-dev
makedepends="intltool libx11-dev glib-dev gtk+2.0-dev
xfce4-panel-dev libxfce4ui-dev exo-dev libgcrypt-dev gnutls-dev"
subpackages="$pkgname-lang"
source="https://archive.xfce.org/src/panel-plugins/xfce4-mailwatch-plugin/${pkgver%.*}/xfce4-mailwatch-plugin-$pkgver.tar.bz2"

View file

@ -10,7 +10,7 @@ options="!check"
_luaver=5.4
depends="abuild>2.20.0 build-base mosquitto-clients openssh-client mqtt-exec
rsync lua-aports>=1.2.0 lua$_luaver-cjson lua$_luaver-mqtt-publish pigz git"
makedepends="$depends_dev mosquitto-dev"
makedepends="mosquitto-dev"
install="$pkgname.pre-install"
subpackages="$pkgname-openrc"
source="aports-build

View file

@ -6,7 +6,6 @@ pkgdesc="compatibility support for PV-GRUB 1.x"
url="https://www.alpinelinux.org/"
arch="noarch"
license="ISC"
makedepends="$depends_dev"
triggers="compat-pvgrub.trigger=/boot"
source="update-pvgrub"
builddir="$srcdir"

View file

@ -10,7 +10,7 @@ license="MIT"
pkgusers="fcgiwrap"
pkggroups="www-data"
install="$pkgname.pre-install"
makedepends="$depends_dev autoconf libtool automake fcgi-dev"
makedepends="autoconf libtool automake fcgi-dev"
subpackages="$pkgname-doc $pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://github.com/gnosek/fcgiwrap/archive/$pkgver.tar.gz
no-buffering.patch

View file

@ -6,7 +6,7 @@ pkgdesc="Userspace utilities for flashcache"
url="https://github.com/facebookarchive/flashcache"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev linux-headers"
makedepends="linux-headers"
source="flashcache-$pkgver.tar.gz::https://github.com/facebookarchive/flashcache/archive/$pkgver.tar.gz"
builddir="$srcdir"/flashcache-$pkgver/src

View file

@ -7,7 +7,6 @@ pkgdesc="Shared libraries for GSM speech compressor"
url="https://www.quut.com/gsm/"
arch="all"
license="TU-Berlin-2.0"
makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc $pkgname-tools"
source="https://www.quut.com/gsm/gsm-$pkgver.tar.gz
gsm-64bit.patch

View file

@ -7,7 +7,7 @@ pkgdesc="Daemon that distributes interrupts over the processors"
url="https://github.com/Irqbalance/irqbalance"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev glib-dev autoconf automake libtool ncurses-dev numactl-dev"
makedepends="glib-dev autoconf automake libtool ncurses-dev numactl-dev"
subpackages="$pkgname-doc $pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://github.com/Irqbalance/irqbalance/archive/v$pkgver.tar.gz
irqbalance.confd

View file

@ -9,7 +9,7 @@ options="!check" # https://bugs.gentoo.org/408915#c3
license="GPL-2.0-or-later"
# gnu sed is needed for symlink
makedepends_build="bash coreutils scdoc meson sed"
makedepends_host="$depends_dev zlib-dev xz-dev zstd-dev openssl-dev>3"
makedepends_host="zlib-dev xz-dev zstd-dev openssl-dev>3"
makedepends="$makedepends_build $makedepends_host"
triggers="$pkgname.trigger=/lib/modules/*:/usr/lib/modules/*"
subpackages="

View file

@ -7,7 +7,6 @@ url="https://github.com/antirez/linenoise"
arch="all"
options="!check" # No test suite.
license="BSD-2-Clause"
makedepends="$depends_dev"
subpackages="$pkgname-dev"
source="linenoise-$pkgver.tar.gz::https://github.com/antirez/linenoise/archive/$pkgver.tar.gz
build-shared-lib.patch

View file

@ -8,7 +8,7 @@ url="https://github.com/lsyncd/lsyncd"
arch="all"
license="GPL-2.0-or-later"
depends="rsync"
makedepends="$depends_dev cmake lua$_luaver lua$_luaver-dev samurai"
makedepends="cmake lua$_luaver lua$_luaver-dev samurai"
options="!check" # needs passwordless ssh access to localhost
subpackages="$pkgname-doc $pkgname-openrc"
source="$pkgname-$pkgver.tar.gz::https://github.com/lsyncd/lsyncd/archive/release-$pkgver.tar.gz

View file

@ -7,7 +7,6 @@ pkgdesc="Library for Converting Data to and from C Structs for Lua"
url="http://www.inf.puc-rio.br/~roberto/struct/"
arch="all"
license="MIT"
makedepends="$depends_dev"
source="http://www.inf.puc-rio.br/~roberto/struct/struct-$pkgver.tar.gz
makefile.patch
"

View file

@ -6,7 +6,7 @@ pkgdesc="simple MQTT client that executes a command on messages"
url="https://github.com/ncopa/mqtt-exec"
arch="all"
license="MIT"
makedepends="$depends_dev mosquitto-dev"
makedepends="mosquitto-dev"
options="!check" # no checks available.
subpackages="$pkgname-dbg $pkgname-openrc"
source="mqtt-exec-$pkgver.tar.gz::https://github.com/ncopa/mqtt-exec/archive/v$pkgver.tar.gz

View file

@ -7,7 +7,7 @@ url="https://sourceforge.net/projects/net-tools/"
arch="all"
license="GPL-2.0-or-later"
depends="mii-tool"
makedepends="$depends_dev bash linux-headers"
makedepends="bash linux-headers"
options="!check"
subpackages="$pkgname-doc $pkgname-dbg mii-tool:mii_tool"
source="https://downloads.sourceforge.net/project/net-tools/net-tools-$pkgver.tar.xz

View file

@ -9,7 +9,7 @@ url="https://openjade.sourceforge.net/"
arch="all"
license="custom"
options="!check" # no testsuite
makedepends="$depends_dev opensp-dev perl libtool autoconf"
makedepends="opensp-dev perl libtool autoconf"
subpackages="$pkgname-dev $pkgname-libs $pkgname-doc"
source="https://prdownloads.sourceforge.net/openjade/openjade-$pkgver.tar.gz
openjade-1.3.2-msggen.pl.patch

View file

@ -9,7 +9,7 @@ pkgdesc="Implementation of the DSSSL style language"
url="https://openjade.sourceforge.net/"
arch="all"
license="ICU"
makedepends="$depends_dev xmlto autoconf automake libtool gettext-dev bash"
makedepends="xmlto autoconf automake libtool gettext-dev bash"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://prdownloads.sourceforge.net/openjade/$_realname-$pkgver.tar.gz
opensp-1.5-install.patch

View file

@ -6,7 +6,7 @@ pkgdesc="PAM module to authenticate using a PostgreSQL database"
url="https://github.com/pam-pgsql/pam-pgsql"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev linux-pam-dev libpq-dev libgcrypt-dev
makedepends="linux-pam-dev libpq-dev libgcrypt-dev
bsd-compat-headers"
subpackages="$pkgname-doc"
source="https://downloads.sourceforge.net/project/pam-pgsql/pam-pgsql/0.7/pam-pgsql-$pkgver.tar.gz"

View file

@ -8,7 +8,6 @@ url="https://rsnapshot.org/"
arch="noarch"
license="GPL-2.0-or-later"
depends="perl rsync openssh-client"
makedepends="$depends_dev"
options="!check" # failing tests
subpackages="$pkgname-doc"
source="https://rsnapshot.org/downloads/rsnapshot-$pkgver.tar.gz"

View file

@ -6,7 +6,6 @@ pkgdesc="Recursive directory indented listing of files"
url="https://oldmanprogrammer.net/source.php?dir=projects/tree"
arch="all"
license="GPL-2.0-or-later"
makedepends="$depends_dev"
subpackages="$pkgname-doc"
source="https://gitlab.com/OldManProgrammer/unix-tree/-/archive/$pkgver/unix-tree-$pkgver.tar.gz"
builddir="$srcdir/unix-tree-$pkgver"

View file

@ -12,7 +12,6 @@ options="!check" # nothing is actually done by make check
license="LGPL-3.0-or-later"
depends="bash procps shadow"
makedepends="
$depends_dev
autoconf
automake
clang

View file

@ -6,7 +6,7 @@ pkgdesc="A full featured cross-platform image library"
arch="all"
url="https://openil.sourceforge.net/"
license="LGPL-2.1-only"
makedepends="$depends_dev
makedepends="
cmake
jasper-dev
lcms2-dev

View file

@ -27,7 +27,6 @@ depends="$_php-fpm
$_php-tokenizer
$_php-xml
"
makedepends="$depends_dev"
subpackages="$pkgname-doc"
pkggroups="www-data"
source="https://ftp.drupal.org/files/projects/drupal-$pkgver.tar.gz"

View file

@ -7,7 +7,7 @@ pkgdesc="Lua-based filtering for IMAP mailboxes"
url="https://github.com/lefcha/imapfilter"
arch="all"
license="MIT"
makedepends="$depends_dev lua-dev openssl-dev>3 pcre2-dev libc-dev"
makedepends="lua-dev openssl-dev>3 pcre2-dev libc-dev"
options="!check" # no testsuite
subpackages="$pkgname-doc"
source="$pkgname-$pkgver.tar.gz::https://github.com/lefcha/imapfilter/archive/v$pkgver.tar.gz"

View file

@ -14,7 +14,7 @@ license="GPL-2.0-or-later"
pkgusers="motion"
pkggroups="motion"
depends="v4l-utils"
makedepends="$depends_dev autoconf automake bash gettext-dev v4l-utils-dev linux-headers
makedepends="autoconf automake bash gettext-dev v4l-utils-dev linux-headers
libjpeg-turbo-dev ffmpeg-dev libmicrohttpd-dev libwebp-dev xz"
install="$pkgname.pre-install"
subpackages="$pkgname-doc $pkgname-openrc $pkgname-lang"

View file

@ -8,7 +8,7 @@ url="https://pamtester.sourceforge.net/"
arch="all"
license="BSD-3-Clause"
depends="linux-pam"
makedepends="$depends_dev linux-pam-dev"
makedepends="linux-pam-dev"
subpackages="$pkgname-doc"
source="http://prdownloads.sourceforge.net/pamtester/pamtester-$pkgver.tar.gz
gcc14-configure.patch

View file

@ -7,7 +7,7 @@ pkgdesc="Portable Game Library"
url="https://plib.sourceforge.net/"
arch="all"
license="LGPL-2.0-or-later"
makedepends="$depends_dev libxi-dev libxmu-dev mesa-dev"
makedepends="libxi-dev libxmu-dev mesa-dev"
source="https://plib.sourceforge.net/dist/plib-$pkgver.tar.gz
includes-fix.patch
CVE-2011-4620.patch

View file

@ -8,7 +8,7 @@ url="https://github.com/sflow/sflowtool"
arch="all"
license="custom"
subpackages="$pkgname-doc"
makedepends="$depends_dev autoconf automake"
makedepends="autoconf automake"
source="$pkgname-$pkgver.tar.gz::https://github.com/sflow/sflowtool/archive/v$pkgver.tar.gz"
prepare() {

View file

@ -8,7 +8,6 @@ url="https://github.com/FlightGear/simgear"
arch="all"
license="GPL-2.0-or-later"
makedepends="
$depends_dev
boost-dev
cmake
curl-dev

View file

@ -6,7 +6,7 @@ pkgdesc="Modern rebuild of the Jedi Engine (needs purchased copy of game data fi
arch="all"
url="https://theforceengine.github.io/"
license="GPL-2.0-only"
makedepends="$depends_dev
makedepends="
cmake
devil
devil-dev

View file

@ -12,7 +12,7 @@ license="GPL-2.0-or-later OFL-1.1 BSD-2-Clause BSD-3-Clause eCos-2.0 IBM-pibs
ISC LGPL-2.0-only LGPL-2.1-only X11"
options="!check" # no tests
makedepends="$depends_dev
makedepends="
bash
bc
bison