wok view libmowgli-dev/receipt @ rev 20395

Add ndiswrapper-driver64 (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jun 25 13:36:38 2018 +0200 (2018-06-25)
parents 8ed62ecac0c7
children eeba7ab1dffe
line source
1 # SliTaz package receipt.
3 PACKAGE="libmowgli-dev"
4 VERSION="2.0.0"
5 CATEGORY="development"
6 SHORT_DESC="High performance and highly flexible algorithms."
7 MAINTAINER="mimas@slitaz.org"
8 LICENSE="BSD"
9 WANTED="libmowgli"
10 WEB_SITE="http://www.atheme.org/projects/mowgli.shtml"
12 DEPENDS="libmowgli pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/pkgconfig
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/*.pc $fs/usr/lib/pkgconfig
21 }