Advertisement
FacetedFox

Untitled

Dec 16th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.61 KB | None | 0 0
  1. # Contributor: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
  2. # Maintainer: Kiyoshi Aman <kiyoshi.aman+adelie@gmail.com>
  3. pkgname=aspell-dict-it
  4. pkgver=2.2_20050523
  5. _pkgver=$pkgver-0
  6. pkgdesc="Italian dictionaries for aspell"
  7. url="http://aspell.net"
  8. arch="noarch"
  9. options="!check" # no tests
  10. license=""
  11. depends="aspell"
  12. makedepends="debianutils-which"
  13. source="ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-$_pkgver.tar.bz2"
  14. builddir="$srcdir/aspell6-it-$_pkgver"
  15.  
  16. build() {
  17.     cd "$builddir"
  18.     ./configure --vars DESTDIR="$pkgdir"
  19. }
  20.  
  21. package() {
  22.     cd "$builddir"
  23.     make DESTDIR="$pkgdir" install
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement