wok-next annotate fftw-dev/receipt @ rev 19843

Up dbus, pcmciautils, opus-tools; add syslinux-slitaz-repack (to substitute syslinux), syslinux-slitaz-extra-repack (to substitute syslinux-extra).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Aug 23 17:19:53 2017 +0300 (2017-08-23)
parents 70b446c3592a
children
rev   line source
jozee@6823 1 # SliTaz package receipt.
jozee@6823 2
jozee@6823 3 PACKAGE="fftw-dev"
al@19713 4 VERSION="3.3.6-pl2"
jozee@6823 5 CATEGORY="development"
al@19713 6 SHORT_DESC="A library for computing the discrete Fourier transform (DFT) \
al@19713 7 (development files)"
jozee@6823 8 MAINTAINER="jozee@slitaz.org"
pascal@15588 9 LICENSE="GPL2"
jozee@6823 10 WEB_SITE="http://www.fftw.org/"
al@19713 11
jozee@6823 12 WANTED="fftw"
al@19713 13 DEPENDS="fftw"
pascal@15597 14
jozee@6823 15 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6823 16 genpkg_rules()
jozee@6823 17 {
al@19713 18 copy @dev
jozee@6823 19 }