Sophie

Sophie

distrib > Fedora > 16 > i386 > by-pkgid > 28f4ebaf9d0cd1b164dafa004e99b0ee > files > 3

389-ds-base-1.2.10.24-1.fc16.src.rpm

#!/bin/bash

DATE=`date +%Y%m%d`
# use a real tag name here
VERSION=1.2.10.24
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