diff options
Diffstat (limited to 'main/aspell-fr')
-rw-r--r-- | main/aspell-fr/APKBUILD | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/main/aspell-fr/APKBUILD b/main/aspell-fr/APKBUILD index f5974e3f9b..cbd8aa4217 100644 --- a/main/aspell-fr/APKBUILD +++ b/main/aspell-fr/APKBUILD @@ -2,20 +2,19 @@ pkgname=aspell-fr pkgver=0.50_p3 _ver=${pkgver/_p/-} -pkgrel=0 +pkgrel=1 pkgdesc="French dictionary for aspell" url="http://aspell.net/" arch="noarch" license="GPL2" -depends="aspell" +depends="" makedepends="aspell-dev" source="ftp://ftp.gnu.org/gnu/aspell/dict/fr/aspell-fr-$_ver.tar.bz2" _builddir="$srcdir"/aspell-fr-$_ver build () { cd "$_builddir" - ./configure \ - || return 1 + ./configure || return 1 make || return 1 } |