wok-6.x view fftw-dev/receipt @ rev 17300
Update weechat to 1.0.1 (needs further testing, if unstable somehow then
downgrade to at most 0.4.3).
downgrade to at most 0.4.3).
author | necrophcodr <tcg.thegamer@gmail.com> |
---|---|
date | Thu Oct 30 23:27:48 2014 +0100 (2014-10-30) |
parents | fcdd50638150 |
children | 70b446c3592a |
line source
1 # SliTaz package receipt.
3 PACKAGE="fftw-dev"
4 VERSION="3.2.2"
5 CATEGORY="development"
6 MAINTAINER="jozee@slitaz.org"
7 LICENSE="GPL2"
8 SHORT_DESC="fftw devel files"
9 WEB_SITE="http://www.fftw.org/"
10 WANTED="fftw"
12 DEPENDS="fftw pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 cp -a $install/usr/include $fs/usr
21 }