mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-17 12:46:47 +02:00
testing/cddlib: move source after subpackages
this is our usual order
This commit is contained in:
parent
e2bf14dc13
commit
7e6a4eaf71
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue