wok view freerdp-dev/receipt @ rev 17769

compiz-libcompizconfig: cmake 3.1 seems need CMAKE_MINIMUM_REQUIRED_VERSION
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 13 17:47:05 2015 +0100 (2015-03-13)
parents 3e994eb44069
children d607766ba634
line source
1 # SliTaz package receipt.
3 PACKAGE="freerdp-dev"
4 GITHASH="88a740dde4087f0ada686a27956c04fe763a3e65" # 12 mar 2015
5 VERSION=${GITHASH:0:7}
6 CATEGORY="development"
7 SHORT_DESC="freerdp development files"
8 MAINTAINER="pascal.bellard@slitaz.org"
9 LICENSE="Apache"
10 WEB_SITE="http://www.freerdp.com/"
11 WANTED="freerdp"
13 DEPENDS="fftw pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib/freerdp
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 }