wok-6.x view freerdp-dev/receipt @ rev 16339

ARM: fix squeak-vm cross compilation
author Christophe Lincoln <pankso@slitaz.org>
date Sat Apr 12 14:27:19 2014 +0200 (2014-04-12)
parents 7bb096863642
children 3e994eb44069
line source
1 # SliTaz package receipt.
3 PACKAGE="freerdp-dev"
4 VERSION="1.0.2"
5 CATEGORY="development"
6 SHORT_DESC="freerdp development files"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://www.freerdp.com/"
10 WANTED="freerdp"
12 DEPENDS="fftw pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/freerdp
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }