Advertisement
timcowchip

blueberry apkbuild

Jul 18th, 2019
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. # Contributor: Chris Farrell <[email protected]>
  2. # Maintainer: Chris Farrell <[email protected]>
  3.  
  4. pkgname="blueberry"
  5. pkgver="1.2.5"
  6. pkgrel=1
  7. pkgdesc="Bluetooth configuration tool"
  8. url="https://github.com/linuxmint/blueberry"
  9. arch="noarch"
  10. license="LGPL-3.0-or-later"
  11. depends="bluez gnome-bluetooth py2-dbus py-gobject3 py2-setproctitle"
  12. makedepends="gettext"
  13. subpackages=""
  14. source="$pkgname-$pkgver.tar.gz::https://github.com/linuxmint/blueberry/archive/$pkgver.tar.gz"""
  15. builddir="$srcdir/$pkgname-$pkgver"
  16.  
  17. build() {
  18. cd "$builddir"
  19. make
  20. }
  21.  
  22. package() {
  23. cd "$builddir"
  24. cp -r etc usr "$pkgdir"
  25.  
  26. }
  27.  
  28. sha512sums="0ef656117967f0257d45cfc99b9422eeeb2b191634aa2ca855fddc413f12d5da8ac04126b8e7b432cd741213c061a3354fe5609a6a3eb79f9bb4d2ae9ea98c7b blueberry-1.2.5.tar.gz"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement