wok annotate aubio-dev/receipt @ rev 15000

Add some GPL2 licenses
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Aug 10 17:00:38 2013 +0000 (2013-08-10)
parents c6ae74b43fce
children 851fc1686394
rev   line source
jozee@6822 1 # SliTaz package receipt.
jozee@6822 2
jozee@6822 3 PACKAGE="aubio-dev"
jozee@6822 4 VERSION="0.3.2"
jozee@6822 5 CATEGORY="development"
jozee@6822 6 MAINTAINER="jozee@slitaz.org"
pascal@15000 7 LICENSE="GPL2"
jozee@6822 8 SHORT_DESC="aubio devel files"
jozee@6822 9 WEB_SITE="http://aubio.piem.org/"
jozee@6822 10 WANTED="aubio"
jozee@6822 11
jozee@6822 12
jozee@6822 13 # Rules to gen a SliTaz package suitable for Tazpkg.
jozee@6822 14 genpkg_rules()
jozee@6822 15 {
jozee@6822 16 mkdir -p $fs/usr/lib
pascal@15000 17 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15000 18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
pascal@15000 19 cp -a $install/usr/include $fs/usr
jozee@6822 20 }