wok view ntfsprogs-dev/receipt @ rev 25004

updated ntfs-3g and ntfs-3g-dev (2017.3.23 -> 2021.8.22)
author Hans-G?nter Theisgen
date Mon May 16 16:20:40 2022 +0100 (2022-05-16)
parents 80038110fdd8
children d80275dcc2c7
line source
1 # SliTaz package receipt.
3 PACKAGE="ntfsprogs-dev"
4 VERSION="2.0.0"
5 CATEGORY="development"
6 SHORT_DESC="Utilities for ntfs manipulations with FUSE module, development files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://www.linux-ntfs.org/"
10 WANTED="ntfsprogs"
12 DEPENDS="ntfsprogs"
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/lib/*a $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }