wok-6.x view ntfsprogs-dev/receipt @ rev 13708

Add mtdev
author Richard Dunbar <mojo@slitaz.org>
date Mon Dec 17 13:53:22 2012 +0000 (2012-12-17)
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 }