Advertisement
Guest User

Untitled

a guest
Sep 27th, 2011
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. # Contributor: Bernhard Walle <bernhard.walle@gmx.de>
  2. # Maintainer: Ronny Steiner <post@sirsteiner.de>
  3. # AUR Category: office
  4. pkgname=ffgtk
  5. pkgver=0.7.94
  6. pkgrel=1
  7. pkgdesc="FRITZ!Box Fax-Software and Call-Monitor"
  8. url="http://www.tabos.org/ffgtk"
  9. license=('GPL')
  10. depends=('libcapi20' 'capifax>=0.7.3-4' 'spandsp' 'libao' 'libsndfile' 'speex')
  11. makedepends=('libcapi20' 'spandsp' 'intltool' 'libao' 'libsndfile' 'speex')
  12. conflicts=('ffgtk-svn')
  13. arch=('i686' 'x86_64')
  14. source=(http://www.tabos.org/ffgtk/download/${pkgname}-${pkgver}.tar.bz2)
  15. md5sums=('1b8776178debb14e1c228caeeabd1dde'
  16. 'd6ae60ca529d0679c3231c713068e423')
  17. install=('ffgtk.install')
  18.  
  19. build() {
  20. cd ${srcdir}/${pkgname}-${pkgver}
  21. ./autogen.sh
  22. ./configure --prefix=/usr --sysconfdir=/etc --with-gnome-keyring=no
  23. make
  24. make DESTDIR=${pkgdir} install
  25. }
  26.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement