Skip to content

Commit

Permalink
Merged revisions 356,2304,32296 via svnmerge from
Browse files Browse the repository at this point in the history
svn+ssh://svn.archlinux.org/srv/svn-packages/aspell-fr/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r2304 | paul | 2008-05-31 01:00:40 -0400 (Sat, 31 May 2008) | 2 lines
  
  Added licenses for 64 packages.
........
  r32296 | eric | 2009-03-29 23:00:25 -0400 (Sun, 29 Mar 2009) | 2 lines
  
  upgpkg: aspell-fr 0.50.3-3
      Added arch tag, Added license, Added aspell depends
........


git-svn-id: file:///srv/repos/svn-packages/svn@32300 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
eric committed Mar 30, 2009
1 parent 85bef3f commit d471e58
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions aspell-fr/repos/extra-i686/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@

pkgname=aspell-fr
pkgver=0.50.3
pkgrel=2
pkgrel=3
pkgdesc="French dictionary for aspell"
depends=('aspell')
arch=('i686' 'x86_64')
url="http://aspell.net/"
license=('GPL')
depends=('aspell')
source=(ftp://ftp.gnu.org/gnu/aspell/dict/fr/$pkgname-0.50-3.tar.bz2)
md5sums=('53a2d05c4e8f7fabd3cefe24db977be7')

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

0 comments on commit d471e58

Please sign in to comment.