wok view freerdp-dev/receipt @ rev 24067
linld: add cpu detection
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Jul 05 15:05:16 2021 +0000 (2021-07-05) |
parents | d607766ba634 |
children | 73f36875e5a7 |
line source
1 # SliTaz package receipt.
3 PACKAGE="freerdp-dev"
4 VERSION="2.0.0-rc4"
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 }