Updated Arch PKGBUILD

FossilOrigin-Name: 8d0387b98dd1711a49800f1ec26ebf3d714aed21
This commit is contained in:
kostas
2012-05-15 14:22:30 +00:00
parent 47c290b08d
commit 302a3c6560
3 changed files with 10 additions and 14 deletions

10
dist/arch/PKGBUILD vendored
View File

@ -2,16 +2,14 @@
pkgname=fuel
pkgver=0.9.6
pkgrel=1
#epoch=
pkgdesc="A GUI front-end to Fossil SCM"
arch=(i686 x86_64)
url="fuel-scm.org"
url="http://code.google.com/p/fuel-scm/"
license=('GPL2')
#groups=()
depends=('qt>=4.7.0', 'fossil')
source=("http://fuel-scm.googlecode.com/files/${pkgname}-${pkgver}.tar.gz")
md5sums=() #generate with 'makepkg -g'
md5sums=(b2be3c55b376304acbd943fe4a16d456) #generate with 'makepkg -g'
build() {
cd "${srcdir}"
@ -24,8 +22,6 @@ build() {
package() {
cd "${srcdir}/build"
make INSTALL_ROOT="${pkgdir}/usr" install
cd "$srcdir/$pkgname-$pkgver"
make DESTDIR="$pkgdir/" install
make INSTALL_ROOT="${pkgdir}" install
}