Skip to content

Commit

Permalink
Fixed svn conflict
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@33723 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eric committed Apr 4, 2009
1 parent cc1230d commit 721f7f6
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions aspell-nl/repos/extra-x86_64/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,19 @@

pkgname=aspell-nl
pkgver=0.50
pkgrel=3
pkgrel=4
pkgdesc="Dutch dictionary for aspell"
arch=(i686 x86_64)
depends=('aspell')
arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('custom')
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/nl/$pkgname-0.50-2.tar.bz2)
md5sums=('c3ef9fd7dc4c47d816eee9ef5149c76a')

build() {
cd $startdir/src/$pkgname-0.50-2
./configure
/usr/bin/make || return 1
/usr/bin/make DESTDIR=$startdir/pkg install
cd $srcdir/$pkgname-0.50-2
./configure || return 1
make || return 1
make DESTDIR=$pkgdir install || return 1
install -D -m644 Copyright $pkgdir/usr/share/licenses/$pkgname/LICENSE
}
# vim: ts=2 sw=2 et ft=sh

0 comments on commit 721f7f6

Please sign in to comment.