wok view hal-dev/receipt @ rev 21694

updated portaudio and portaudio-dev (v19_20110326 -> 190600_20161030)
author Hans-G?nter Theisgen
date Wed Jun 05 16:15:15 2019 +0100 (2019-06-05)
parents 7896f0694ef6
children 45673422e44e
line source
1 # SliTaz package receipt.
3 PACKAGE="hal-dev"
4 VERSION="0.5.14"
5 CATEGORY="development"
6 SHORT_DESC="Hal devel files."
7 WANTED="hal"
8 MAINTAINER="pankso@slitaz.org"
9 LICENSE="GPL2"
10 WEB_SITE="http://www.freedesktop.org/wiki/Software/hal"
12 DEPENDS="hal dbus-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }