wok annotate fftw-dev/receipt @ rev 15588

arj: ugly ack
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 16:43:36 2013 +0000 (2013-12-02)
parents 37d59127ab99
children 8ed62ecac0c7
rev   line source
jozee@6823 1 # SliTaz package receipt.
jozee@6823 2
jozee@6823 3 PACKAGE="fftw-dev"
jozee@6823 4 VERSION="3.2.2"
jozee@6823 5 CATEGORY="development"
jozee@6823 6 MAINTAINER="jozee@slitaz.org"
pascal@15588 7 LICENSE="GPL2"
jozee@6823 8 SHORT_DESC="fftw devel files"
jozee@6823 9 WEB_SITE="http://www.fftw.org/"
slaxemulator@6840 10 DEPENDS="fftw"
jozee@6823 11 WANTED="fftw"
jozee@6823 12
jozee@6823 13 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6823 14 genpkg_rules()
jozee@6823 15 {
jozee@6823 16 mkdir -p $fs/usr/lib
pascal@15588 17 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15588 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15588 19 cp -a $install/usr/include $fs/usr
jozee@6823 20 }