From 3b758009c7b1e945444ca3be746d05074bac0dab Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 21 Feb 2021 10:56:51 +0100 Subject: Added debian package --- debian/control | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 4dbcf7f..811dcf8 100644 --- a/debian/control +++ b/debian/control @@ -1,2 +1,14 @@ -Package: rit-fft -Build-Depends: g++, clang, portaudio19-dev, googletest +Source: fft +Section: devel +Priority: optional +Maintainer: Roland Reichwein +Build-Depends: debhelper (>= 12), libboost-all-dev | libboost1.74-all-dev, libc++-dev | libc++-11-dev, libc++abi-dev | libc++abi-11-dev, lld | lld-11, clang | clang-11, portaudio19-dev +Standards-Version: 4.5.0 +Homepage: http://www.reichwein.it/fft/ + +Package: libfft-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Homepage: http://www.reichwein.it/unicode/ +Description: FFT library for C++ + libfft is a Fast Fourier Transform library for C++. It supports C++17 and C++20. -- cgit v1.2.3