summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTreeve Jelbert2022-01-09 13:19:34 +0100
committerTreeve Jelbert2022-01-12 08:40:20 +0100
commitad053bd2287d56b9048476a8b6f738f175e6f8d7 (patch)
treec3bf9935171ac34a281eb3d9b0412d5aa3a26c59
parent1539cd423a47603027678a35e23df2c0343a245c (diff)
partclone: => 0.3.18
-rwxr-xr-xdisk/partclone/BUILD1
-rwxr-xr-xdisk/partclone/DETAILS8
-rwxr-xr-xdisk/partclone/DOWNLOAD1
-rw-r--r--disk/partclone/HISTORY5
-rwxr-xr-xdisk/partclone/PRE_BUILD7
5 files changed, 14 insertions, 8 deletions
diff --git a/disk/partclone/BUILD b/disk/partclone/BUILD
index a950c0095d..80489b8e3f 100755
--- a/disk/partclone/BUILD
+++ b/disk/partclone/BUILD
@@ -1,3 +1,2 @@
-exportPKG_CONFIG_PATH=$INSTALL_ROOT/lib/pkgconfig &&
OPTS+=" --enable-fat" &&
default_build
diff --git a/disk/partclone/DETAILS b/disk/partclone/DETAILS
index 70048a91a0..4de5599679 100755
--- a/disk/partclone/DETAILS
+++ b/disk/partclone/DETAILS
@@ -1,9 +1,7 @@
SPELL=partclone
- VERSION=0.3.17
- SOURCE_HASH=sha512:c0733d47c5d708cdf637f0431391e2595ef0a7ce91a1e50f7c33ec69860d60c0dae50f793881261b78619e4ddeae9826c96f8d9f275a7f0f1aaa25801f5c88e4
- SOURCE=${SPELL}-${VERSION}.tar.gz
-SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/${SPELL}/${SOURCE}
+ VERSION=0.3.18
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ SOURCE_URL[0]=https://github.com/Thomas-Tsai/partclone.git
WEB_SITE=https://partclone.org
LICENSE[0]=GPL
ENTERED=20090503
diff --git a/disk/partclone/DOWNLOAD b/disk/partclone/DOWNLOAD
new file mode 100755
index 0000000000..27ba77ddaf
--- /dev/null
+++ b/disk/partclone/DOWNLOAD
@@ -0,0 +1 @@
+true
diff --git a/disk/partclone/HISTORY b/disk/partclone/HISTORY
index 8e869783cf..9add573c25 100644
--- a/disk/partclone/HISTORY
+++ b/disk/partclone/HISTORY
@@ -1,3 +1,8 @@
+2022-01-09 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 0.3.18
+ download from github, but there is no tarball
+ * PRE_BUILD: use git partial clone
+
2020-11-14 Treeve Jelbert <treeve@sourcemage.org>
* DETAILS: version 0.3.17
diff --git a/disk/partclone/PRE_BUILD b/disk/partclone/PRE_BUILD
index f0e4e89ec7..0a6dafefe7 100755
--- a/disk/partclone/PRE_BUILD
+++ b/disk/partclone/PRE_BUILD
@@ -1,5 +1,8 @@
-default_pre_build &&
-cd $SOURCE_DIRECTORY &&
+source $GRIMOIRE/clone_single_branch
+cd $BUILD_DIRECTORY &&
+clone_single_branch &&
+cd partclone &&
+autoupdate &&
sed -i '/>=/D' configure.ac &&
autoreconf -fis &&
# find docbook-xsl