wok-6.x rev 13427
Add ntfsprogs-dev
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Oct 04 11:18:42 2012 +0200 (2012-10-04) |
parents | aa1cf82f7d69 |
children | 80038110fdd8 |
files | ntfsprogs-dev/receipt ntfsprogs/receipt partclone/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ntfsprogs-dev/receipt Thu Oct 04 11:18:42 2012 +0200 1.3 @@ -0,0 +1,19 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="ntfsprogs-dev" 1.7 +VERSION="2.0.0" 1.8 +CATEGORY="development" 1.9 +SHORT_DESC="Utilities for ntfs manipulations with FUSE module, development files." 1.10 +MAINTAINER="pankso@slitaz.org" 1.11 +WEB_SITE="http://www.linux-ntfs.org/" 1.12 + 1.13 +DEPENDS="ntfsprogs" 1.14 + 1.15 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.16 +genpkg_rules() 1.17 +{ 1.18 + mkdir -p $fs/usr/lib 1.19 + cp -a $install/usr/lib/*a $fs/usr/lib 1.20 + cp -a $install/usr/include $fs/usr 1.21 +} 1.22 +
2.1 --- a/ntfsprogs/receipt Thu Oct 04 11:09:02 2012 +0200 2.2 +++ b/ntfsprogs/receipt Thu Oct 04 11:18:42 2012 +0200 2.3 @@ -5,13 +5,14 @@ 2.4 CATEGORY="system-tools" 2.5 SHORT_DESC="Utilities for ntfs manipulations with FUSE module." 2.6 MAINTAINER="pankso@slitaz.org" 2.7 -DEPENDS="fuse ntfs-3g util-linux-uuid" 2.8 -BUILD_DEPENDS="fuse" 2.9 TARBALL="$PACKAGE-$VERSION.tar.gz" 2.10 WEB_SITE="http://www.linux-ntfs.org/" 2.11 WGET_URL="$SF_MIRROR/linux-ntfs/$TARBALL" 2.12 TAGS="windows" 2.13 2.14 +DEPENDS="fuse ntfs-3g util-linux-uuid" 2.15 +BUILD_DEPENDS="fuse" 2.16 + 2.17 # Rules to configure and make the package. 2.18 compile_rules() 2.19 { 2.20 @@ -22,16 +23,16 @@ 2.21 --enable-fuse-module \ 2.22 $CONFIGURE_ARGS && 2.23 make && 2.24 - make DESTDIR=$PWD/_pkg install 2.25 + make DESTDIR=$DESTDIR install 2.26 } 2.27 2.28 # Rules to gen a SliTaz package suitable for Tazpkg. 2.29 genpkg_rules() 2.30 { 2.31 mkdir -p $fs/usr/lib 2.32 - cp -a $_pkg/usr/bin $fs/usr 2.33 - cp -a $_pkg/usr/sbin $fs/usr 2.34 - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib 2.35 - cp -a $_pkg/sbin $fs 2.36 + cp -a $install/usr/bin $fs/usr 2.37 + cp -a $install/usr/sbin $fs/usr 2.38 + cp -a $install/usr/lib/*.so* $fs/usr/lib 2.39 + cp -a $install/sbin $fs 2.40 } 2.41
3.1 --- a/partclone/receipt Thu Oct 04 11:09:02 2012 +0200 3.2 +++ b/partclone/receipt Thu Oct 04 11:18:42 2012 +0200 3.3 @@ -11,7 +11,7 @@ 3.4 3.5 DEPENDS="ncursesw ntfs-3g e2fsprogs" 3.6 BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \ 3.7 - ncursesw-dev ntfsprogs ntfs-3g-dev" 3.8 + ncursesw-dev ntfsprogs-dev ntfs-3g-dev" 3.9 3.10 # Rules to configure and make the package. 3.11 compile_rules()