summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichel Zou2024-03-01 23:41:50 +0100
committerMichel Zou2024-03-01 23:41:50 +0100
commita2674bef0b2c3abf0c9dcd014f652fc026dfe199 (patch)
tree0296a68497a46187e24261834ea7e8b88eaab866 /PKGBUILD
parentc595b03725c9fb0d6a9110a7509330f570ccf135 (diff)
downloadaur-mingw-w64-cfitsio.tar.gz
cmake
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 46c096975f52..d2456b8bda7a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgdesc="'A library of C and Fortran subroutines for reading and writing data fi
arch=('any')
url="https://heasarc.gsfc.nasa.gov/fitsio/"
license=(custom)
-makedepends=('mingw-w64-configure')
+makedepends=('mingw-w64-cmake')
depends=('mingw-w64-zlib')
options=('!strip' '!buildflags' 'staticlibs')
source=(https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/cfitsio-$pkgver.tar.gz)
@@ -15,7 +15,6 @@ _architectures="i686-w64-mingw32 x86_64-w64-mingw32"
prepare() {
cd cfitsio-${pkgver}
- sed -i "s|install(TARGETS \${LIB_NAME} DESTINATION \${LIB_DESTINATION})||g" CMakeLists.txt
}
build() {