From d150a5f3e462fa7fe194a805a4aa0076f4d03ab9 Mon Sep 17 00:00:00 2001 From: Deposite Pirate Date: Sun, 16 Sep 2018 18:48:36 +0200 Subject: Add ports. --- .../fftw-3.3.3-improvesemaphoredetect.patch.xz | Bin 0 -> 308 bytes libs_devel/fftw/fftw-3.3.3-manpagefixes.patch.xz | Bin 0 -> 392 bytes libs_devel/fftw/fftw-3.3.3-pkgconfig.patch.xz | Bin 0 -> 448 bytes libs_devel/fftw/fftw.build | 91 +++++++++++++++++++++ 4 files changed, 91 insertions(+) create mode 100644 libs_devel/fftw/fftw-3.3.3-improvesemaphoredetect.patch.xz create mode 100644 libs_devel/fftw/fftw-3.3.3-manpagefixes.patch.xz create mode 100644 libs_devel/fftw/fftw-3.3.3-pkgconfig.patch.xz create mode 100755 libs_devel/fftw/fftw.build (limited to 'libs_devel/fftw') diff --git a/libs_devel/fftw/fftw-3.3.3-improvesemaphoredetect.patch.xz b/libs_devel/fftw/fftw-3.3.3-improvesemaphoredetect.patch.xz new file mode 100644 index 0000000..9cbbe60 Binary files /dev/null and b/libs_devel/fftw/fftw-3.3.3-improvesemaphoredetect.patch.xz differ diff --git a/libs_devel/fftw/fftw-3.3.3-manpagefixes.patch.xz b/libs_devel/fftw/fftw-3.3.3-manpagefixes.patch.xz new file mode 100644 index 0000000..358bc33 Binary files /dev/null and b/libs_devel/fftw/fftw-3.3.3-manpagefixes.patch.xz differ diff --git a/libs_devel/fftw/fftw-3.3.3-pkgconfig.patch.xz b/libs_devel/fftw/fftw-3.3.3-pkgconfig.patch.xz new file mode 100644 index 0000000..b27bf61 Binary files /dev/null and b/libs_devel/fftw/fftw-3.3.3-pkgconfig.patch.xz differ diff --git a/libs_devel/fftw/fftw.build b/libs_devel/fftw/fftw.build new file mode 100755 index 0000000..1155a22 --- /dev/null +++ b/libs_devel/fftw/fftw.build @@ -0,0 +1,91 @@ +#!/bin/bash +# +# Maintainer: Deposite Pirate + +source /usr/src/ports/Build/build.sh + +NAME=fftw +VERSION=3.3.3 +BUILD=3 + +# Description + +cat > ${PKG}/install/slack-desc <> ${PKG}/install/doinst.sh < /dev/null + fi + done +} + +# Install texinfo files + +install_info fftw3 +EOF + +# Sources + +SRCNAME[0]=${NAME} +SRCVERS[0]=${VERSION} +SRCPACK[0]=http://www.fftw.org/${SRCNAME[0]}-${SRCVERS[0]}.tar.gz + +configure() +{ +CFLAGS="${FLAGS}" CXXFLAGS="${FLAGS}" \ +./configure \ + --build="${ARCH}-slackware-linux" \ + --disable-dependency-tracking \ + --enable-static=no \ + --enable-shared=yes \ + --prefix="${SYS_DIR[usr]}" \ + --mandir="${SYS_DIR[man]}" \ + --infodir="${SYS_DIR[info]}" \ + --sysconfdir="${SYS_DIR[etc]}" \ + --libdir="${SYS_DIR[lib]}" \ + --includedir="${SYS_DIR[include]}/fftw3" \ + --localstatedir="${SYS_DIR[var]}" \ + ${*} +} + +build0() +{ +configure \ + --enable-threads +make ${JOBS} +make install DESTDIR="${PKG}" +make distclean +configure \ + --enable-float +make ${JOBS} +make install DESTDIR="${PKG}" +doc AUTHORS +changelog NEWS +#install.dir ${PKG}${SYS_DIR[share]}/html +#cp -r doc/html ${PKG}${SYS_DIR[share]}/html/${NAME} +} -- cgit v1.2.3-70-g09d2