# HG changeset patch # User Pascal Bellard # Date 1349342322 -7200 # Node ID b08b0c9f0ff2852d15e3d9e41fdb75ab64d7a008 # Parent aa1cf82f7d690b276655618ce9626a4e6b3794f5 Add ntfsprogs-dev diff -r aa1cf82f7d69 -r b08b0c9f0ff2 ntfsprogs-dev/receipt --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/ntfsprogs-dev/receipt Thu Oct 04 11:18:42 2012 +0200 @@ -0,0 +1,19 @@ +# SliTaz package receipt. + +PACKAGE="ntfsprogs-dev" +VERSION="2.0.0" +CATEGORY="development" +SHORT_DESC="Utilities for ntfs manipulations with FUSE module, development files." +MAINTAINER="pankso@slitaz.org" +WEB_SITE="http://www.linux-ntfs.org/" + +DEPENDS="ntfsprogs" + +# Rules to gen a SliTaz package suitable for Tazpkg. +genpkg_rules() +{ + mkdir -p $fs/usr/lib + cp -a $install/usr/lib/*a $fs/usr/lib + cp -a $install/usr/include $fs/usr +} + diff -r aa1cf82f7d69 -r b08b0c9f0ff2 ntfsprogs/receipt --- a/ntfsprogs/receipt Thu Oct 04 11:09:02 2012 +0200 +++ b/ntfsprogs/receipt Thu Oct 04 11:18:42 2012 +0200 @@ -5,13 +5,14 @@ CATEGORY="system-tools" SHORT_DESC="Utilities for ntfs manipulations with FUSE module." MAINTAINER="pankso@slitaz.org" -DEPENDS="fuse ntfs-3g util-linux-uuid" -BUILD_DEPENDS="fuse" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://www.linux-ntfs.org/" WGET_URL="$SF_MIRROR/linux-ntfs/$TARBALL" TAGS="windows" +DEPENDS="fuse ntfs-3g util-linux-uuid" +BUILD_DEPENDS="fuse" + # Rules to configure and make the package. compile_rules() { @@ -22,16 +23,16 @@ --enable-fuse-module \ $CONFIGURE_ARGS && make && - make DESTDIR=$PWD/_pkg install + make DESTDIR=$DESTDIR install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $_pkg/usr/bin $fs/usr - cp -a $_pkg/usr/sbin $fs/usr - cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - cp -a $_pkg/sbin $fs + cp -a $install/usr/bin $fs/usr + cp -a $install/usr/sbin $fs/usr + cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/sbin $fs } diff -r aa1cf82f7d69 -r b08b0c9f0ff2 partclone/receipt --- a/partclone/receipt Thu Oct 04 11:09:02 2012 +0200 +++ b/partclone/receipt Thu Oct 04 11:18:42 2012 +0200 @@ -11,7 +11,7 @@ DEPENDS="ncursesw ntfs-3g e2fsprogs" BUILD_DEPENDS="util-linux-uuid-dev libxslt e2fsprogs-dev \ - ncursesw-dev ntfsprogs ntfs-3g-dev" + ncursesw-dev ntfsprogs-dev ntfs-3g-dev" # Rules to configure and make the package. compile_rules()