Skip to content

Commit

Permalink
upgpkg: aspell-fi 0.7-2
Browse files Browse the repository at this point in the history
    Added license

git-svn-id: file:///srv/repos/svn-packages/svn@47980 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eric committed Jul 30, 2009
1 parent 9e5e0d8 commit f292281
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions aspell-fi/trunk/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,19 @@
#Contributor: Simo Leone <[email protected]>
pkgname=aspell-fi
pkgver=0.7
pkgrel=1
pkgrel=2
pkgdesc="Finnish dictionary for aspell"
arch=('i686' 'x86_64')
url="http://aspell.net"
license=""
license=('GPL2')
depends=('aspell')
conflicts=()
replaces=()
backup=()
install=
source=(ftp://ftp.gnu.org/gnu/aspell/dict/fi/aspell6-fi-$pkgver-0.tar.bz2)
md5sums=('6d1032116982c0efab1af8fce83259c0')
sha1sums=('10235c88220f7b914a1d8af7b4d4e8e26b5d7c76')

build() {
cd $startdir/src/aspell6-fi-$pkgver-0
./configure
cd "$srcdir/aspell6-fi-$pkgver-0"
./configure || return 1
make || return 1
make DESTDIR=$startdir/pkg install
make DESTDIR="$pkgdir" install || return 1
}

0 comments on commit f292281

Please sign in to comment.