[aur-general] Disown Request for ec2-ami-tools
Don deJuan
donjuansjiz at gmail.com
Thu Feb 21 14:04:51 EST 2013
ec2-ami-tools was originally marked out of date on 11-28-2012
I emailed the package owner well over 2 weeks ago now (1-31-2013). I
would like to take over the package and have a working PKGBUILD already.
I am the maintainer for ec2-api-tools already so would be nice to start
getting the ami package back to being updated and useable on the AUR
again. I have attached the PKGBUILD of what I am running locally on my
system, in case the PKGBUILD needs to be reviewed.
Thank you for your time,
vwyodajl
-------------- next part --------------
# Contributor: Antoine Martin (antoine AT openance DOT com)
# Contributor: Yejun Yang (yejunx AT gmail DOT com)
# Contributor: Oleg Smirnov (oleg.smirnov at gmail.com)
# Contributor: Nikolay Bryskin (devel.niks at gmail.com)
# Contributor: Hebitchov (vincent.doba at gmail.com)
# Maintainer: Ernie Brodeur (ebrodeur at ujami.net)
pkgname=ec2-ami-tools
pkgver=1.4.0.9
pkgrel=1
pkgdesc="The Amazon EC2 AMI Tools are command-line utilities to help manage machine instances for Amazon S3."
arch=('any')
url="http://developer.amazonwebservices.com/"
# this is idiotic, completely and I blame amazon. You can nolonger download
# per version of these files. Sooo for now, till I learn a better method
# we will grab the .zip and use the md5 sum failure to make sure this is upto
#date
source=(http://ec2-downloads.s3.amazonaws.com/$pkgname.zip)
depends=(ruby rsync)
license=('custom')
build() {
if [ -e $pkgname.zip ];then
rm -rf $pkgname.zip
fi
# I know, lets prevent people from downloading our
# $pkgname-$pkgver-$_pkgbuild.zip file directly,
# but then when they uncompress it lets label it!
# Shames on amazon!
cd $srcdir/$pkgname-$pkgver
mkdir -p $pkgdir/usr
cp -r lib $pkgdir/usr
cp -r etc $pkgdir
find $pkgdir -type f | xargs chmod 644
sed -i 's#^home=.*$#home=/usr#' bin/*
sed -i 's#^ruby #ruby-1.8 #' bin/*
cp -r bin $pkgdir/usr
mkdir -p $pkgdir/usr/share/licenses/$pkgname/
install -m 644 license.txt $pkgdir/usr/share/licenses/$pkgname/
}
#=
md5sums=('949c945b47abc2056d620940f9fa9f66')
More information about the aur-general
mailing list