Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > 7a55e975bbed6850eaa1d6f7328e31fb > files > 6

389-ds-base-1.3.5.17-1.2.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