wok-current rev 13424
Add: partclone
author | Eric Joseph-Alexandre <erjo@slitaz.org> |
---|---|
date | Thu Oct 04 06:43:16 2012 +0200 (2012-10-04) |
parents | e9744466e35f |
children | eea5b78b16de |
files | partclone/receipt |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/partclone/receipt Thu Oct 04 06:43:16 2012 +0200 1.3 @@ -0,0 +1,33 @@ 1.4 +# SliTaz package receipt. 1.5 + 1.6 +PACKAGE="partclone" 1.7 +VERSION="0.2.49" 1.8 +CATEGORY="system-tools" 1.9 +SHORT_DESC="Utilities to smartly backup partitions." 1.10 +MAINTAINER="erjo@slitaz.org" 1.11 +WEB_SITE="http://partclone.org/index.html" 1.12 +TARBALL="$PACKAGE-$VERSION.tar.gz" 1.13 +WGET_URL="$TARBALL" 1.14 + 1.15 +DEPENDS="ncursesw ntfs-3g e2fsprogs" 1.16 +BUILD_DEPENDS="util-linux-ng-uuid-dev libxslt e2fsprogs-dev \ 1.17 + ncursesw-dev ntfsprogs-dev ntfs-3g-dev" 1.18 + 1.19 +# Rules to configure and make the package. 1.20 +compile_rules() 1.21 +{ 1.22 + ./configure $CONFIGURE_ARGS \ 1.23 + --enable-extfs \ 1.24 + --enable-fat \ 1.25 + --enable-exfat \ 1.26 + --enable-ntfs \ 1.27 + --enable-ncursesw \ 1.28 + && make && make install 1.29 +} 1.30 + 1.31 +# Rules to gen a SliTaz package suitable for Tazpkg. 1.32 +genpkg_rules() 1.33 +{ 1.34 + mkdir -p $fs/usr/share/local 1.35 + cp -a $install/usr/sbin* $fs/usr 1.36 +}