summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/fftw2
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2009-08-19 19:07:12 (GMT)
committerJames Meyer <james.meyer@operamail.com>2009-08-19 19:07:12 (GMT)
commit3dd36ed1c9fa761b0cce7dd25595f7398be0646c (patch)
tree7ff4d08f0ce2d90c48e33ec41db66a5f2979b8a3 /abs/core-testing/fftw2
parent0426c30ca0ecb48631068e3ea6f143253a75c25e (diff)
downloadlinhes_pkgbuild-3dd36ed1c9fa761b0cce7dd25595f7398be0646c.zip
linhes_pkgbuild-3dd36ed1c9fa761b0cce7dd25595f7398be0646c.tar.gz
linhes_pkgbuild-3dd36ed1c9fa761b0cce7dd25595f7398be0646c.tar.bz2
Remove empty dirs: fftw2,glib,gtk
Diffstat (limited to 'abs/core-testing/fftw2')
-rw-r--r--abs/core-testing/fftw2/PKGBUILD4
-rw-r--r--abs/core-testing/fftw2/__changelog2
2 files changed, 4 insertions, 2 deletions
diff --git a/abs/core-testing/fftw2/PKGBUILD b/abs/core-testing/fftw2/PKGBUILD
index a826ce8..4b95f97 100644
--- a/abs/core-testing/fftw2/PKGBUILD
+++ b/abs/core-testing/fftw2/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=fftw2
pkgver=2.1.5
-pkgrel=7
+pkgrel=8
pkgdesc="FFTW is a C subroutine library for computing the discrete Fourier transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input size. This is package is offering backwards compatibility version 2.x.y. of fftw."
arch=(i686 x86_64)
url="http://www.fftw.org/"
license=('GPL2')
depends=('glibc')
-options=(!libtool)
+options=(!libtool !emptydirs)
source=(http://www.fftw.org/fftw-${pkgver}.tar.gz)
md5sums=('8d16a84f3ca02a785ef9eb36249ba433')
diff --git a/abs/core-testing/fftw2/__changelog b/abs/core-testing/fftw2/__changelog
new file mode 100644
index 0000000..014bc64
--- /dev/null
+++ b/abs/core-testing/fftw2/__changelog
@@ -0,0 +1,2 @@
+added !emptydir to options
+