diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-30 12:20:28 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-11-30 12:20:28 -0300 |
commit | cbd27aa2c3c49e4d93979e847d8b177a1a4fe324 (patch) | |
tree | 2518fdda7fa59c59e691c6de52f830d58545aed4 /extra/aspell-it | |
parent | c6ead99bc92bd2b6da3e78e9cba5a8a86764de10 (diff) | |
parent | 946f0c9fe48dfb648a8a0be065e92f237ce210fd (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/flashrom/PKGBUILD
extra/chmlib/PKGBUILD
extra/crypto++/PKGBUILD
extra/dvgrab/PKGBUILD
extra/ebook-tools/PKGBUILD
extra/fping/PKGBUILD
extra/garcon/PKGBUILD
extra/gpart/PKGBUILD
extra/gtk2-perl/PKGBUILD
extra/hd2u/PKGBUILD
extra/hexedit/PKGBUILD
Diffstat (limited to 'extra/aspell-it')
-rw-r--r-- | extra/aspell-it/PKGBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/extra/aspell-it/PKGBUILD b/extra/aspell-it/PKGBUILD index 342907206..f2cb79b8a 100644 --- a/extra/aspell-it/PKGBUILD +++ b/extra/aspell-it/PKGBUILD @@ -1,25 +1,27 @@ -# $Id: PKGBUILD 116619 2011-03-24 13:07:52Z andrea $ +# $Id: PKGBUILD 143713 2011-11-28 16:36:02Z giovanni $ # Maintainer: Giovanni Scafora <giovanni@archlinux.org> # Contributor: Eric Johnson <eric@coding-zone.com> pkgname=aspell-it pkgver=2.2_20050523 -pkgrel=3 +pkgrel=4 pkgdesc="Italian dictionary for aspell" arch=('i686' 'x86_64' 'mips64el') url="http://aspell.net/" -license=('GPL2') +license=('GPL') depends=('aspell') -source=(ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2) +source=("ftp://ftp.gnu.org/gnu/aspell/dict/it/aspell6-it-${pkgver}-0.tar.bz2") md5sums=('b1217299a0b67d1e121494d7ec18a88d') build() { cd "${srcdir}/aspell6-it-${pkgver}-0" + ./configure make } package() { cd "${srcdir}/aspell6-it-${pkgver}-0" + make DESTDIR="${pkgdir}" install } |