Advertisement
Guest User

hdhomerun_config_gui 20120405

a guest
May 8th, 2012
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1.  
  2. # Contributor: Garrett Ward <glward1 at gmail dot com>
  3. # Maintainer: Ryan Corder <ryanc@greengrey.org>
  4.  
  5. pkgname=hdhomerun_config_gui
  6. pkgver=20120405
  7. pkgrel=1
  8. pkgdesc="GTK2 GUI for configuring the HDHomeRun device"
  9. arch=('i686' 'x86_64')
  10. url="http://www.silicondust.com/downloads"
  11. license=('GPL3')
  12. depends=('gtk2' 'libhdhomerun=20120405')
  13. source=("http://download.silicondust.com/hdhomerun/${pkgname}_${pkgver}.tgz"
  14. "http://download.silicondust.com/hdhomerun/libhdhomerun_${pkgver}.tgz")
  15. md5sums=('cedee7193b2e740224186f9d48004334'
  16. '4036d144c726d82b10986533de8c619d')
  17.  
  18. build() {
  19. cd $startdir/src/$pkgname
  20.  
  21. ./configure --prefix=/usr
  22. make || return 1
  23.  
  24. mkdir -m 0755 -p $startdir/pkg/usr/bin || return 1
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement