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

Up slitaz-boot-scripts (449), tazlito (475): updates for loram
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 25 21:46:51 2017 +0100 (2017-12-25)
parents 47e1df965953
children d32e9a8cd03a
line source
1 # SliTaz package receipt.
3 PACKAGE="ntfs-3g-dev"
4 VERSION="2014.2.15"
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="http://www.ntfs-3g.org/"
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 }