Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=bdeadadc02372bd3247af4d080a930447a6bbfd3
commit bdeadadc02372bd3247af4d080a930447a6bbfd3 Author: Devil505 <[EMAIL PROTECTED]> Date: Mon Jun 2 18:57:55 2008 +0200 fortune-mod-tolkien-fr-1.14-1-i686 * new package diff --git a/source/games-extra/fortune-mod-tolkien-fr/FrugalBuild b/source/games-extra/fortune-mod-tolkien-fr/FrugalBuild new file mode 100644 index 0000000..b779520 --- /dev/null +++ b/source/games-extra/fortune-mod-tolkien-fr/FrugalBuild @@ -0,0 +1,24 @@ +# Compiling Time: 0.01 SBU +# Maintainer: Devil505 <[EMAIL PROTECTED]> + +pkgname=fortune-mod-tolkien-fr +pkgver=1.14 +pkgrel=1 +pkgdesc="A collection of fortune cookies from J.R.R Tolkien's books (in french)." +url="http://vbeaud.free.fr/Tolkien/Univers/fortune.html" +depends=('fortune-mod') +groups=('games-extra') +archs=('i686' 'x86_64') +_F_archive_name="tolkien_fr" +up2date="lynx -dump $url | Flasttar" +source=(http://vbeaud.free.fr/Tolkien/Univers/$_F_archive_name-$pkgver.tgz) +_F_cd_path="$_F_archive_name-$pkgver" +sha1sums=('dac839d78d463137a09b23350fe97f56c5765733') + +build() { + Fcd + Fmkdir usr/share/fortune + Finstallrel 644 $_F_archive_name usr/share/fortune + Finstallrel 644 $_F_archive_name.dat usr/share/fortune +} + _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
