wok view ntfs-3g-dev/receipt @ rev 23950

syslinux/taziso: fix tazbootkey
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Sep 20 21:21:51 2020 +0000 (2020-09-20)
parents 50a3e04c6f5b
children 72f2704d3ae0
line source
1 # SliTaz package receipt.
3 PACKAGE="ntfs-3g-dev"
4 VERSION="2017.3.23"
5 CATEGORY="development"
6 SHORT_DESC="The free ntfs driver devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WANTED="ntfs-3g"
10 WEB_SITE="https://www.tuxera.com/community/open-source-ntfs-3g/"
12 DEPENDS="fuse-dev pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
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 $fs/usr/lib
21 }