wok annotate fftw-dev/receipt @ rev 23010

updated libav (0.6.1 -> 0.6.6)
author Hans-G?nter Theisgen
date Tue Mar 03 08:54:13 2020 +0100 (2020-03-03)
parents 70b446c3592a
children 4af5a3ba8ed3
rev   line source
jozee@6823 1 # SliTaz package receipt.
jozee@6823 2
jozee@6823 3 PACKAGE="fftw-dev"
Hans-G?nter@22722 4 VERSION="3.3.8"
jozee@6823 5 CATEGORY="development"
Hans-G?nter@22722 6 SHORT_DESC="fftw development files."
jozee@6823 7 MAINTAINER="jozee@slitaz.org"
pascal@15588 8 LICENSE="GPL2"
jozee@6823 9 WEB_SITE="http://www.fftw.org/"
jozee@6823 10
pascal@15597 11 DEPENDS="fftw pkg-config"
Hans-G?nter@22722 12 WANTED="fftw"
pascal@15597 13
jozee@6823 14 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6823 15 genpkg_rules()
jozee@6823 16 {
jozee@6823 17 mkdir -p $fs/usr/lib
Hans-G?nter@22722 18
Hans-G?nter@22722 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
Hans-G?nter@22722 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
Hans-G?nter@22722 21 cp -a $install/usr/include $fs/usr
jozee@6823 22 }