Created
March 23, 2015 12:49
-
-
Save intuxicated/9a8d74c5d2a9fc4965d4 to your computer and use it in GitHub Desktop.
aspell-fa PKGBUILD for Arch AUR
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pkgname=aspell-fa | |
pkgver=0.11 | |
pkgrel=1 | |
pkgdesc="Farsi dictionary for aspell" | |
arch=('i686' 'x86_64') | |
url="http://aspell.net/" | |
license=('custom') | |
depends=('aspell') | |
source=(ftp://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-${pkgver}-0.tar.bz2) | |
md5sums=('47c8599e529fc291a096c12f0b8372ca') | |
package() { | |
cd $srcdir/aspell6-fa-$pkgver-0 | |
./configure || return 1 | |
make || return 1 | |
make DESTDIR=$pkgdir install || return 1 | |
install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE || return 1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment