Sophie

Sophie

distrib > Mageia > 6 > armv7hl > media > core-updates-src > by-pkgid > f2f890cd2df6583984a71da43d883787 > files > 13

389-ds-base-1.3.5.17-1.7.mga6.src.rpm

#!/bin/bash

DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.10.14
PKGNAME=389-ds-base
TAG=${TAG:-$PKGNAME-$VERSION}
URL="http://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