summaryrefslogtreecommitdiffstats
path: root/lib/ffts/debian/control
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-06 01:35:49 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-06 01:35:49 -0500
commitea68550eccf1195a1022b2af99aebf4e8c78666b (patch)
tree44295ec08cd89375b5fbf4b07604e653f93b8023 /lib/ffts/debian/control
parent14d918151bd447d854c3d0b34a9d542a5dff38ff (diff)
downloadulab-ea68550eccf1195a1022b2af99aebf4e8c78666b.tar.gz
ulab-ea68550eccf1195a1022b2af99aebf4e8c78666b.zip
Add Debian packaging for FFTS
Diffstat (limited to 'lib/ffts/debian/control')
-rw-r--r--lib/ffts/debian/control23
1 files changed, 23 insertions, 0 deletions
diff --git a/lib/ffts/debian/control b/lib/ffts/debian/control
new file mode 100644
index 0000000..13b84e4
--- /dev/null
+++ b/lib/ffts/debian/control
@@ -0,0 +1,23 @@
+Source: libffts
+Section: libs
+Priority: optional
+Maintainer: Timothy Pearson <kb9vqf@pearsoncomputing.net>
+Build-Depends: debhelper (>= 5), cdbs, automake, autoconf, libtool, libltdl-dev
+Standards-Version: 3.8.4
+
+Package: libffts
+Section: libs
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: The Fastest Fourier Transform in the South shared library
+ Shared objects for the Fastest Fourier Transform in the South
+ .
+ libffts contains the library of libffts.
+
+Package: libffts-dev
+Architecture: any
+Depends: libffts (= ${binary:Version})
+Description: The Fastest Fourier Transform in the South shared library
+ Shared objects for the Fastest Fourier Transform in the South
+ .
+ libffts-dev contains development files and documentation.