Want more features on Pastebin? Sign Up, it's FREE!
Guest

tagsistant-development.PKGBUILD

By: a guest on May 29th, 2013  |  syntax: None  |  size: 0.84 KB  |  views: 50  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print  |  QR code  |  clone
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # Maintainer: Joshua Stiefer <facedelajunk@gmail.com>
  2.  
  3. pkgname=tagsistant-development
  4. _pkgname=tagsistant
  5. pkgver=0.6rc6
  6. _pkgver=0.6
  7. pkgrel=1
  8. pkgdesc="a semantic (tagging) filesystem"
  9. arch=('i686' 'x86_64')
  10. url="http://www.tagsistant.net/"
  11. license=('GPL')
  12. depends=('fuse' 'libdbi' 'libdbi-drivers' 'sqlite' 'glib2')
  13. optdepends=('libexif: JPEG plugin'
  14.                         'taglib: MP3/OGG plugin')
  15. provides=('tagistant')
  16. conflicts=('tagsistant')
  17. options=(!libtool)
  18. install=tagsistant.install
  19. source=("${_pkgname}-${pkgver}.tar.gz::http://www.tagsistant.net/download/tagsistant-0-6/finish/4-tagsistant-0-6/10-tagsistant-0-6/0")
  20. md5sums=('6e677cdb5af2e79569cdb1d9a2f47633')
  21.  
  22. build() {
  23.         cd "${srcdir}/${_pkgname}-${_pkgver}"
  24.         ./configure --prefix=/usr
  25.         make
  26. }
  27.  
  28. package() {
  29.         cd "${srcdir}/${_pkgname}-${_pkgver}"
  30.         make DESTDIR="${pkgdir}" install
  31. }
clone this paste RAW Paste Data