Sophie

Sophie

distrib > Fedora > 14 > x86_64 > by-pkgid > 4365a2d67b19e323ac84fcc7c36350cc > files > 2

sugar-xomail-0-0.5.20090128.fc14.src.rpm

#!/bin/bash
# This script bsed on a template from the Fedora Project wiki
# https://fedoraproject.org/wiki/Packaging/SugarActivityGuidelines
# 
# sugar-xomail-checkout.sh
NAME=Xomail
REPO_NAME=xomail
VERSION=0.20090128
rm -rf $NAME-$VERSION
git clone git://dev.laptop.org/activities/$REPO_NAME $NAME-$VERSION
tar -cjvf $NAME-$VERSION.tar.bz2 $NAME-$VERSION --exclude=.git
rm -rf $NAME-$VERSION