mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
main/fftw: build shared libs
This commit is contained in:
parent
f68a5e15aa
commit
a749795ba6
@ -2,14 +2,14 @@
|
||||
# Maintainer: William Pitcock <nenolod@dereferenced.org>
|
||||
pkgname=fftw
|
||||
pkgver=3.3.3
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="fastest fourier transform in the west"
|
||||
url="http://www.fftw.org/"
|
||||
license="GPL"
|
||||
depends=
|
||||
makedepends=
|
||||
install=
|
||||
subpackages="$pkgname-dev $pkgname-doc"
|
||||
subpackages="$pkgname-dev $pkgname-doc $pkgname-libs"
|
||||
source="http://www.fftw.org/$pkgname-$pkgver.tar.gz"
|
||||
arch="all"
|
||||
|
||||
@ -30,6 +30,8 @@ build() {
|
||||
--mandir=/usr/share/man \
|
||||
--infodir=/usr/share/info \
|
||||
--enable-single \
|
||||
--enable-shared \
|
||||
--enable-threads \
|
||||
|| return 1
|
||||
make || return 1
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user