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

py3k: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Aug 13 22:28:38 2013 +0000 (2013-08-13)
parents 6e4353070e4a
children f4c22f009037
line source
1 # SliTaz package receipt.
3 PACKAGE="ntfs-3g-dev"
4 VERSION="2013.1.13"
5 CATEGORY="development"
6 SHORT_DESC="The free ntfs driver devel files."
7 MAINTAINER="pankso@slitaz.org"
8 LICENCE="GPL2"
9 WANTED="ntfs-3g"
10 WEB_SITE="http://www.ntfs-3g.org/"
12 DEPENDS="fuse-dev"
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 }