wok view ortp-dev/receipt @ rev 14117

dnsmasq: add DESTDIR
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Feb 25 17:17:17 2013 +0100 (2013-02-25)
parents
children 76b72f1ad63c
line source
1 # SliTaz package receipt.
3 PACKAGE="ortp-dev"
4 VERSION="0.20.0"
5 CATEGORY="development"
6 SHORT_DESC="Library implementing the Real-time Transport Protocol (RFC3550), development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://freecode.com/projects/ortp"
9 WANTED="ortp"
10 DEPENDS="ortp"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*a $fs/usr/lib
17 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }