aboutsummaryrefslogtreecommitdiffstats
path: root/dist/msys2-mingw/mcode/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'dist/msys2-mingw/mcode/PKGBUILD')
-rw-r--r--dist/msys2-mingw/mcode/PKGBUILD22
1 files changed, 0 insertions, 22 deletions
diff --git a/dist/msys2-mingw/mcode/PKGBUILD b/dist/msys2-mingw/mcode/PKGBUILD
deleted file mode 100644
index 75205b025..000000000
--- a/dist/msys2-mingw/mcode/PKGBUILD
+++ /dev/null
@@ -1,22 +0,0 @@
-_realname=ghdl-mcode
-pkgbase=mingw-w64-${_realname}
-pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}")
-pkgver=ci
-pkgrel=1
-pkgdesc="GHDL: the open-source analyzer, compiler, simulator and (experimental) synthesizer for VHDL (mcode backend) (mingw-w64)"
-arch=('any')
-depends=('zlib-devel')
-makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" "${MINGW_PACKAGE_PREFIX}-gcc-ada")
-
-build() {
- mkdir "${srcdir}/builddir"
- cd "${srcdir}/builddir"
- ../../../../../configure --prefix=${MINGW_PREFIX} LDFLAGS=-static --enable-libghdl --enable-synth
- make GNATMAKE="gnatmake -j$(nproc)"
-}
-
-package() {
- cd "${srcdir}/builddir"
- mkdir -p "${pkgdir}${MINGW_PREFIX}/lib"
- make DESTDIR="${pkgdir}" install
-}