wok view ntfsprogs-dev/receipt @ rev 13428

Add ntfsprogs-dev (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Oct 04 11:21:46 2012 +0200 (2012-10-04)
parents b08b0c9f0ff2
children 380ffe05937a
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 WEB_SITE="http://www.linux-ntfs.org/"
9 WANTED="ntfsprogs"
11 DEPENDS="ntfsprogs"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }