abf6aec
#!/bin/bash
abf6aec
abf6aec
DATE=`date +%Y%m%d`
def76e0
VERSION=1.1.10.a2
abf6aec
PKGNAME=389-admin
abf6aec
#SRCNAME=$PKGNAME-$VERSION-$DATE
abf6aec
SRCNAME=$PKGNAME-$VERSION
5462cd5
TAG=${PKGNAME}-${VERSION}
5462cd5
URL="http://git.fedorahosted.org/git/?p=389/admin.git;a=snapshot;h=$TAG;sf=tgz"
abf6aec
5462cd5
wget -O $SRCNAME.tar.gz "$URL"
abf6aec
5462cd5
echo convert tgz format to tar.bz2 format
abf6aec
5462cd5
gunzip $PKGNAME-$VERSION.tar.gz
5462cd5
bzip2 $PKGNAME-$VERSION.tar