Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Contributor: Chris Farrell <[email protected]>
- # Maintainer: Chris Farrell <[email protected]>
- pkgname="blueberry"
- pkgver="1.2.5"
- pkgrel=1
- pkgdesc="Bluetooth configuration tool"
- url="https://github.com/linuxmint/blueberry"
- arch="noarch"
- license="LGPL-3.0-or-later"
- depends="bluez gnome-bluetooth py2-dbus py-gobject3 py2-setproctitle"
- makedepends="gettext"
- subpackages=""
- source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz"""
- builddir="$srcdir/$pkgname-$pkgver"
- build() {
- cd "$builddir"
- make
- }
- package() {
- cd "$builddir"
- cp -r etc usr "$pkgdir"
- }
- sha512sums="0ef656117967f0257d45cfc99b9422eeeb2b191634aa2ca855fddc413f12d5da8ac04126b8e7b432cd741213c061a3354fe5609a6a3eb79f9bb4d2ae9ea98c7b blueberry-1.2.5.tar.gz"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement