From 866822da8fcc548093bafcaa36670033730114bc Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 07:41:31 +0000 Subject: automatic import of 389-ds-base --- 389-ds-base-git.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 389-ds-base-git.sh (limited to '389-ds-base-git.sh') diff --git a/389-ds-base-git.sh b/389-ds-base-git.sh new file mode 100644 index 0000000..0043901 --- /dev/null +++ b/389-ds-base-git.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +DATE=`date +%Y%m%d` +# use a real tag name here +VERSION=1.3.5.14 +PKGNAME=389-ds-base +TAG=${TAG:-$PKGNAME-$VERSION} +URL="https://git.fedorahosted.org/git/?p=389/ds.git;a=snapshot;h=$TAG;sf=tgz" +SRCNAME=$PKGNAME-$VERSION + +wget -O $SRCNAME.tar.gz "$URL" + +echo convert tgz format to tar.bz2 format + +gunzip $PKGNAME-$VERSION.tar.gz +bzip2 $PKGNAME-$VERSION.tar -- cgit v1.2.3