diff options
Diffstat (limited to 'testing/py-bluez')
-rw-r--r-- | testing/py-bluez/APKBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/testing/py-bluez/APKBUILD b/testing/py-bluez/APKBUILD index af14926da5..02ed03d0e3 100644 --- a/testing/py-bluez/APKBUILD +++ b/testing/py-bluez/APKBUILD @@ -6,11 +6,11 @@ pkgrel=0 pkgdesc="Python API for the BlueZ bluetooth stack " url="http://code.google.com/p/pybluez/" arch="all" -license="GPLv2" -depends= +license="GPL2" +depends="" makedepends="python-dev bluez-dev" -install= -subpackages= +install="" +subpackages="" source="http://pybluez.googlecode.com/files/PyBluez-$pkgver.tar.gz" _builddir="$srcdir"/PyBluez-$pkgver |