Advertisement
Guest User

pkgbuild

a guest
Apr 22nd, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. --- PKGBUILD.old 2013-04-22 23:26:15.728558318 +0300
  2. +++ PKGBUILD 2013-04-23 00:16:38.940167574 +0300
  3. @@ -1,19 +1,23 @@
  4. # Maintainer: Jesse Jaara <gmail.com: jesse.jaara>
  5.  
  6. pkgname=hfstospell
  7. -pkgver=0.2.1
  8. -pkgrel=2
  9. +pkgver=0.2.2
  10. +pkgrel=1
  11. pkgdesc='Helsinki Finite-State Transducer Technology (HFST) tools'
  12. arch=('i686' 'x86_64')
  13. url='http://www.ling.helsinki.fi/kieliteknologia/tutkimus/hfst/'
  14. license=('APACHE')
  15. depends=('libxml++' 'libarchive' 'libsigc++')
  16. options=(!libtool)
  17. -source=(http://downloads.sourceforge.net/project/hfst/hfst/${pkgname}-${pkgver}.tar.gz)
  18. +source=(http://downloads.sourceforge.net/project/hfst/hfst/${pkgname}-${pkgver}.tar.gz
  19. + libarchive.patch)
  20.  
  21. build() {
  22. cd "${srcdir}/${pkgname}-${pkgver}"
  23.  
  24. + patch -uN "configure.ac" < "${srcdir}/libarchive.patch"
  25. + autoreconf -i
  26. +
  27. ./configure --prefix=/usr
  28.  
  29. make
  30. @@ -24,4 +28,5 @@ package () {
  31.  
  32. make DESTDIR="${pkgdir}" install
  33. }
  34. -md5sums=('927411cdb0655b42a7de2b01bfb6f496')
  35. +md5sums=('08b3e5d3655813f8ebf69d7139cf2e2e'
  36. + '6ad909a9d08bf1e6184a11bbae691638')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement