wok-current view portaudio-dev/receipt @ rev 15704

geany-plugins: clean-up (force rebuild against new geany version)
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sun Dec 22 15:35:14 2013 +0100 (2013-12-22)
parents 51a1ebbda768
children d6bd3fc6e0bd
line source
1 # SliTaz package receipt.
3 PACKAGE="portaudio-dev"
4 VERSION="v19_20110326"
5 CATEGORY="development"
6 SHORT_DESC="Portaudio dev files."
7 MAINTAINER="erjo@slitaz.org"
8 LICENSE="CC-SA"
9 SOURCE="pa_stable"
10 WEB_SITE="http://www.portaudio.com/"
11 WANTED="portaudio"
13 DEPENDS="portaudio pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }