mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
fixed missing dep for aur/ofono-git, set git clone depth
This commit is contained in:
parent
65aeb5e5aa
commit
d0c960530b
1 changed files with 6 additions and 5 deletions
|
@ -1,15 +1,16 @@
|
|||
# Maintainer: Andries Radu <admiral0 AT tuxfamily.org>
|
||||
|
||||
pkgname=ofono-git
|
||||
pkgver=20110428
|
||||
plugrel=1
|
||||
|
||||
pkgname=ofono-git
|
||||
pkgver=20110429
|
||||
pkgrel=1
|
||||
pkgdesc="A high-level D-Bus API for use by telephony applications of any license."
|
||||
arch=('arm' 'i686' 'x86_64')
|
||||
url="http://www.freesmartphone.org"
|
||||
license=('GPL')
|
||||
depends=('glib2' 'dbus')
|
||||
makedepends=('git' 'gcc' 'make')
|
||||
depends=('glib2' 'dbus' 'bluez')
|
||||
makedepends=('git')
|
||||
_gitroot="git://git.kernel.org/pub/scm/network/ofono/ofono.git"
|
||||
_gitname="ofono"
|
||||
build() {
|
||||
|
@ -20,7 +21,7 @@ build() {
|
|||
cd $_gitname && git pull origin
|
||||
msg "The local files are updated."
|
||||
else
|
||||
git clone $_gitroot
|
||||
git clone --depth 1 $_gitroot
|
||||
cd $_gitname
|
||||
fi
|
||||
./bootstrap || return 1
|
||||
|
|
Loading…
Reference in a new issue