[arch-commits] Commit in aspell-nl/repos (extra-x86_64 extra-x86_64/PKGBUILD)
Eric Bélanger
eric at archlinux.org
Sat Apr 4 18:28:04 UTC 2009
Date: Saturday, April 4, 2009 @ 14:28:04
Author: eric
Revision: 33723
Fixed svn conflict
Modified:
aspell-nl/repos/extra-x86_64/ (properties)
aspell-nl/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
Property changes on: aspell-nl/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
- /aspell-nl/trunk:1
+ /aspell-nl/trunk:1-33722
Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD 2009-04-04 18:26:55 UTC (rev 33722)
+++ extra-x86_64/PKGBUILD 2009-04-04 18:28:04 UTC (rev 33723)
@@ -4,18 +4,19 @@
pkgname=aspell-nl
pkgver=0.50
-pkgrel=3
+pkgrel=4
pkgdesc="Dutch dictionary for aspell"
-arch=(i686 x86_64)
+arch=('i686' 'x86_64')
+url="http://aspell.net/"
+license=('custom')
depends=('aspell')
-url="http://aspell.net/"
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
More information about the arch-commits
mailing list