wok view fftw-dev/receipt @ rev 8687

Fix bdep: remmina need intltool to compile
author Antoine Bodin <gokhlayeh@slitaz.org>
date Thu Feb 17 18:59:15 2011 +0100 (2011-02-17)
parents 45fa560b8c74
children fcdd50638150
line source
1 # SliTaz package receipt.
3 PACKAGE="fftw-dev"
4 VERSION="3.2.2"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 SHORT_DESC="fftw devel files"
8 WEB_SITE="http://www.fftw.org/"
9 DEPENDS="fftw"
10 WANTED="fftw"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/include $fs/usr
19 }