Skip to content

Commit

Permalink
Minor fixes to the PKGBUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch45 committed Jan 5, 2011
1 parent 48242f1 commit aa7027e
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=varch
pkgver=0.8.2
pkgrel=1
pkgrel=2
pkgdesc="ArchLinux virtual machine builder"
arch=(any)
url="http://code.google.com/p/varch/"
Expand All @@ -11,16 +11,15 @@ depends=('python'
'multipath-tools'
'aif'
'qemu')
makedepends=('python')
optdepends=('virtualbox-ose: To enable support for virtualbox vdi images'
'libvirtd: To use generated virtual machines with libvirt'
'qemu-kvm: Run kvm virtual machines')
options=(!emptydirs)
source=("http://varch.googlecode.com/files/$pkgname-$pkgver.tar.gz")
source=("http://varch.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
md5sums=('f85bcd40a4501776f6c07123964526fd')

build() {
cd $srcdir/$pkgname-$pkgver
python setup.py install --root=$pkgdir/ --optimize=1
}
cd ${srcdir}/${pkgname}-${pkgver}
python setup.py install --root=${pkgdir}/ --optimize=1
}

0 comments on commit aa7027e

Please sign in to comment.