Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8beb040167d0af2197859aceeae0d9b90baee854
commit 8beb040167d0af2197859aceeae0d9b90baee854 Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Dec 29 01:40:21 2007 +0100 aspell5-tet-0.1.1-3-i686 use Finclude aspell diff --git a/source/locale-extra/aspell5-tet/FrugalBuild b/source/locale-extra/aspell5-tet/FrugalBuild index 4306319..f1041bf 100644 --- a/source/locale-extra/aspell5-tet/FrugalBuild +++ b/source/locale-extra/aspell5-tet/FrugalBuild @@ -2,25 +2,9 @@ # Maintainer: VMiklos <[EMAIL PROTECTED]> _F_aspell_lang=tet -pkgname=aspell5-$_F_aspell_lang +_F_aspell_ver=5 +_F_aspell_noverstrip=y pkgver=0.1.1 -realver=`echo $pkgver|sed 's/r/-/'` -pkgrel=2 +pkgrel=3 pkgdesc="German word list for the Aspell spell checker" -url="http://aspell.net/" -depends=('aspell') -groups=('locale-extra') -archs=('i686' 'x86_64') -up2date="lynx -dump http://ftp.gnu.org/pub/gnu/aspell/dict/$_F_aspell_lang/\?M=D|grep aspell5-$_F_aspell_lang|sed -n -e \"s/aspell5-$_F_aspell_lang-//\" -e 's/\.tar\..* / /' -e 's/-/r/' -e '1 p'|cut -d ] -f 3|cut -d ' ' -f 1" -source=(ftp://ftp.gnu.org/gnu/aspell/dict/$_F_aspell_lang/$pkgname-$realver.tar.bz2) -sha1sums=('2b170ce5b4b866e61fd63a405ba7139b523a4e18') - -build() -{ - Fcd - ./configure --vars PREFIX=/usr DESTDIR=$Fdestdir || return 1 - make || return 1 - Fmakeinstall -} - -# vim: ft=sh +Finclude aspell _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
