[Frugalware-git] frugalware-current: hunspell-fr-2.3.2-1-i686.fpm

Michel Hermier hermier at frugalware.org
Thu Aug 21 00:00:19 CEST 2008


Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fbefe04330a82f5c6b5c11e2f8d8b675af0b62e3

commit fbefe04330a82f5c6b5c11e2f8d8b675af0b62e3
Author: Michel Hermier <hermier at frugalware.org>
Date:   Wed Aug 20 23:50:54 2008 +0200

hunspell-fr-2.3.2-1-i686.fpm
* Take the ownership.
* Update the website url to the real maintainers (not the copy from open
office).
* Bump version.

diff --git a/source/locale-extra/hunspell-fr/FrugalBuild b/source/locale-extra/hunspell-fr/FrugalBuild
index b4ae136..fac3e92 100644
--- a/source/locale-extra/hunspell-fr/FrugalBuild
+++ b/source/locale-extra/hunspell-fr/FrugalBuild
@@ -1,24 +1,26 @@
# Compiling time: 0.01 SBU
-# Maintainer: CSÉCSY László <boobaa at frugalware.org>
+# Maintainer: Michel Hermier <hermier at frugalware.org>

lang=fr_FR
pkgname=hunspell-fr
-pkgver=20020608
-pkgrel=2
+_F_archive_name=$lang
+Fpkgversep="_"
+pkgver=2.3.2
+pkgrel=1
pkgdesc="French dictionary for Hunspell"
-url="http://wiki.services.openoffice.org/wiki/Dictionaries"
+url="http://dicollecte.free.fr"
rodepends=('hunspell>=1.0.8')
provides=('hunspell-dict')
groups=('locale-extra')
archs=('i686' 'x86_64')
-up2date="elinks -dump $url | grep -m1 'French (France)' | sed 's/.*\([0-9]\{4\}\)-\([0-9]\{2\}\)-\([0-9]\{2\}\).*/\1\2\3/'"
-source=(http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/$lang.zip)
+up2date="Flastarchive $url/download.php\?prj=fr '\.zip' | sed 's/-/./g'"
+source=($url/download/fr/$_F_archive_name$Fpkgversep${pkgver//\./-}.zip)
install=$pkgname.install
-sha1sums=('18275a59855abb81098d31d74aaff51a7ffc14e0')
+options=('force')
+sha1sums=('a3d2cbebe84b02e3c417785bacd472cb724e7749')

build() {
-	Fmkdir usr/share/myspell
-	cp $lang.{aff,dic} $startdir/pkg/usr/share/myspell/
+	Finstall 0644 $lang.{aff,dic} usr/share/myspell/
}



More information about the Frugalware-git mailing list