[arch-commits] Commit in aspell-fi/trunk (PKGBUILD)
Eric BĂ©langer
eric at archlinux.org
Thu Jul 30 02:26:07 UTC 2009
Date: Wednesday, July 29, 2009 @ 22:26:07
Author: eric
Revision: 47980
upgpkg: aspell-fi 0.7-2
Added license
Modified:
aspell-fi/trunk/PKGBUILD
----------+
PKGBUILD | 15 ++++++---------
1 file changed, 6 insertions(+), 9 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-07-30 01:54:40 UTC (rev 47979)
+++ PKGBUILD 2009-07-30 02:26:07 UTC (rev 47980)
@@ -3,22 +3,19 @@
#Contributor: Simo Leone <neotuli at gmail.com>
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
}
More information about the arch-commits
mailing list