core/bluez-hcidump/PKGBUILD

23 lines
635 B
Bash
Raw Normal View History

2010-03-14 23:48:48 +08:00
# Maintainer: Geoffroy carrier <geoffroy@archlinux.org>
# Contributor: Giovanni Scafora <giovanni@archlinux.org>
# Contributor: Joerie de Gram <j.de.gram@gmail.com>
pkgname=bluez-hcidump
pkgver=1.42
2010-05-17 15:50:50 +08:00
pkgrel=2
2010-03-14 23:48:48 +08:00
pkgdesc="Bluetooth HCI package analyzer"
url="http://www.bluez.org/"
arch=('i686' 'x86_64')
license=('GPL2')
depends=('bluez>=4.18')
2010-05-17 15:50:50 +08:00
source=(http://bluez.sf.net/download/${pkgname}-${pkgver}.tar.gz)
2010-03-14 23:48:48 +08:00
build() {
2010-05-17 15:50:50 +08:00
cd "${srcdir}/${pkgname}-${pkgver}"
2010-03-14 23:48:48 +08:00
./configure --prefix=/usr --mandir=/usr/share/man || return 1
make || return 1
2010-05-17 15:50:50 +08:00
make DESTDIR="${pkgdir}" install || return 1
2010-03-14 23:48:48 +08:00
}
md5sums=('5704737aaf72104eeaf77335218a1827')