testing/cddlib: move source after subpackages

this is our usual order
This commit is contained in:
Celeste 2024-06-14 02:48:17 +00:00
parent e2bf14dc13
commit 7e6a4eaf71

View file

@ -8,19 +8,19 @@ url="https://people.inf.ethz.ch/fukudak/cdd_home"
arch="all"
license="GPL-2.0-or-later"
makedepends="gmp-dev"
source="https://github.com/cddlib/cddlib/releases/download/$pkgver/cddlib-$pkgver.tar.gz"
subpackages="
$pkgname-static
$pkgname-dev
$pkgname-tools:_tools
$pkgname-doc
"
source="https://github.com/cddlib/cddlib/releases/download/$pkgver/cddlib-$pkgver.tar.gz"
prepare() {
default_prepare
update_config_sub
}
build() {
export CFLAGS="${CFLAGS/-Os/-O3}" # gotta go fast