diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-09-04 22:01:35 +0000 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2013-09-08 14:30:08 +0200 |
commit | ca9ecd6de501cf29237e5aae0111d6de4270a106 (patch) | |
tree | 72cdefc44cffb1a0a484288d47c879de768a83a4 | |
parent | b5bcb155e72064eb081e053b554da4b4315e8065 (diff) | |
download | aports-ca9ecd6de501cf29237e5aae0111d6de4270a106.tar.bz2 aports-ca9ecd6de501cf29237e5aae0111d6de4270a106.tar.xz |
testing/py-bluez: license tag updated
-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 af14926da..02ed03d0e 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 |