You are not logged in.

#26 2004-09-30 09:42:24

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-familyguy
pkgver=0.1
pkgrel=1
pkgdesc="Family Guy fortune cookie files"
url="http://jon.oberheide.org/projects/familyguy/"
depends=('fortune-mod')
source=(http://jon.oberheide.org/projects/familyguy/$pkgname-$pkgver.tar.gz)
md5sums=('caa4b7f9d5fbad9a8678032e85c94bae')

build() {
    
    cd $startdir/src/$pkgname-$pkgver

    install -D -m644 $startdir/src/$pkgname-$pkgver/familyguy 
        $startdir/pkg/usr/share/fortune/familyguy

    install -D -m644 $startdir/src/$pkgname-$pkgver/familyguy.dat 
        $startdir/pkg/usr/share/fortune/familyguy.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#27 2004-09-30 09:52:59

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-friends
pkgver=1.0
pkgrel=1
pkgdesc="Friends series fortune cookie files"
url="http://vipe.technion.ac.il/~shlomif/humour/fortunes/"
depends=('fortune-mod')
source=(http://vipe.technion.ac.il/~shlomif/humour/fortunes/friends)
md5sums=('9f507d5b0fcdd700d077d5af1330b4f4')

build() {

    cd $startdir/src

    strfile ./friends ./friends.dat

    install -D -m644 $startdir/src/friends 
        $startdir/pkg/usr/share/fortune/friends

    install -D -m644 $startdir/src/friends.dat 
        $startdir/pkg/usr/share/fortune/friends.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#28 2004-09-30 09:57:48

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-homer
pkgver=20011112
pkgrel=1
pkgdesc="Quotable Homer fortune cookie files"
url="http://www.cs.indiana.edu/~crcarter/homer/homer.html"
depends=('fortune-mod')
source=(http://www.cs.indiana.edu/~crcarter/homer/homer-quotes.tar.gz)
md5sums=('ca7ed106f5e828f826eea1d759e00fa0')

build() {

    cd $startdir/src/fortune-homer

    install -D -m644 $startdir/src/fortune-homer/homer 
        $startdir/pkg/usr/share/fortune/homer

    install -D -m644 $startdir/src/fortune-homer/homer.dat 
        $startdir/pkg/usr/share/fortune/homer.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#29 2004-09-30 10:07:53

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-humorix
pkgver=1.4
pkgrel=1
pkgdesc="Humorix fortune cookie files"
url="http://humorix.org"
depends=('fortune-mod')
source=(http://humorix.org/downloads/humorixfortunes-${pkgver}.tar.gz)
md5sums=('a0f5eb298aa5982aa54571f6e46aa58b')

build() {

    install -D -m644 $startdir/src/humorixfortunes-${pkgver}/humorix-misc 
        $startdir/pkg/usr/share/fortune/humorix-misc

    install -D -m644 $startdir/src/humorixfortunes-${pkgver}/humorix-misc.dat 
        $startdir/pkg/usr/share/fortune/humorix-misc.dat

    install -D -m644 $startdir/src/humorixfortunes-${pkgver}/humorix-stories 
        $startdir/pkg/usr/share/fortune/humorix-stories

    install -D -m644 $startdir/src/humorixfortunes-${pkgver}/humorix-stories.dat 
        $startdir/pkg/usr/share/fortune/humorix-stories.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#30 2004-09-30 10:13:51

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-jargon
pkgver=0.1.0
pkgrel=1
pkgdesc="Jargon fortune cookie files"
url="http://cx.capsi.com/code-jargonfortunes.html"
depends=('fortune-mod')
source=(http://cx.capsi.com/src/jargonfortunes/jargonfortunes-${pkgver}.tar.gz)
md5sums=('e4a8acea02310c81191312b7fe1a4e66')

build() {

    install -D -m644 $startdir/src/jargonfortunes-${pkgver}/jargon 
        $startdir/pkg/usr/share/fortune/jargon

    install -D -m644 $startdir/src/jargonfortunes-${pkgver}/jargon.dat 
        $startdir/pkg/usr/share/fortune/jargon.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#31 2004-09-30 10:20:19

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-joel-on-software
pkgver=1.0
pkgrel=1
pkgdesc="Joel-on-software collection fortune cookie files"
url="http://vipe.technion.ac.il/~shlomif/humour/fortunes/"
depends=('fortune-mod')
source=(http://vipe.technion.ac.il/~shlomif/humour/fortunes/joel-on-software)
md5sums=('cbd0e4bca1a449a47b0e3d71fc39e432')

build() {

    cd $startdir/src

    strfile ./joel-on-software ./joel-on-software.dat

    install -D -m644 $startdir/src/joel-on-software 
        $startdir/pkg/usr/share/fortune/joel-on-software

    install -D -m644 $startdir/src/joel-on-software.dat 
        $startdir/pkg/usr/share/fortune/joel-on-software.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#32 2004-09-30 10:26:50

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-kernelnewbies
pkgver=20040811
pkgrel=1
pkgdesc="Kernelnewbies.org IRC fortune cookie files"
url="http://kernelnewbies.org"
depends=('fortune-mod')
source=(http://kernelnewbies.org/kernelnewbies-fortunes.tar.gz)
md5sums=('73fbc76bfec32d3cc0da326485e7a13d')

build() {

    cd $startdir/src

    install -D -m644 $startdir/src/kernelnewbies 
        $startdir/pkg/usr/share/fortune/kernelnewbies

    install -D -m644 $startdir/src/kernelnewbies.dat 
        $startdir/pkg/usr/share/fortune/kernelnewbies.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#33 2004-09-30 10:32:08

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-matrix
pkgver=0.1.0
pkgrel=1
pkgdesc="Matrix fortune cookie files"
url="http://cx.capsi.com/code-matrixfortunes.html"
depends=('fortune-mod')
source=(http://cx.capsi.com/src/matrixfortunes/matrixfortunes-${pkgver}.tar.gz)
md5sums=('397698d61002c2982300d7bb88764be8')

build() {

    install -D -m644 $startdir/src/matrixfortunes-${pkgver}/matrix 
        $startdir/pkg/usr/share/fortune/matrix

    install -D -m644 $startdir/src/matrixfortunes-${pkgver}/matrix.dat 
        $startdir/pkg/usr/share/fortune/matrix.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#34 2004-09-30 10:36:06

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-oneliners
pkgver=0.1
pkgrel=1
pkgdesc="Collection of oneliners fortune cookie files"
url="http://eol.init1.nl/component/option,com_docman/Itemid,49/"
depends=('fortune-mod')
source=(http://eol.init1.nl/dmdocuments/oneliners-0.1.tar.gz)
md5sums=('bf19c293d9bb446013a5438a97ba8031')

build() {

    cd $startdir/src/oneliners

    install -D -m644 $startdir/src/oneliners/oneliners 
        $startdir/pkg/usr/share/fortune/oneliners

    install -D -m644 $startdir/src/oneliners/oneliners.dat 
        $startdir/pkg/usr/share/fortune/oneliners.dat

}

-> extra (very funny!!!!!!!!!!!!)


The impossible missions are the only ones which succeed.

Offline

#35 2004-09-30 10:40:25

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-shlomif
pkgver=1.0
pkgrel=1
pkgdesc="Shlomif collection fortune cookie files"
url="http://vipe.technion.ac.il/~shlomif/humour/fortunes/"
depends=('fortune-mod')
source=(http://vipe.technion.ac.il/~shlomif/humour/fortunes/shlomif)
md5sums=('1218b743b8966794d7ae3edab1e64029')

build() {

    cd $startdir/src

    strfile ./shlomif ./shlomif.dat

    install -D -m644 $startdir/src/shlomif 
        $startdir/pkg/usr/share/fortune/shlomif

    install -D -m644 $startdir/src/shlomif.dat 
        $startdir/pkg/usr/share/fortune/shlomif.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#36 2004-09-30 10:45:00

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-shlomif-fav
pkgver=1.0
pkgrel=1
pkgdesc="Shlomif favourites fortune cookie files"
url="http://vipe.technion.ac.il/~shlomif/humour/fortunes/"
depends=('fortune-mod')
source=(http://vipe.technion.ac.il/~shlomif/humour/fortunes/shlomif-fav)
md5sums=('c9780c5ae1c6076eb0cb0b7e028da47b')

build() {

    cd $startdir/src

    strfile ./shlomif-fav ./shlomif-fav.dat

    install -D -m644 $startdir/src/shlomif-fav 
        $startdir/pkg/usr/share/fortune/shlomif-fav

    install -D -m644 $startdir/src/shlomif-fav.dat 
        $startdir/pkg/usr/share/fortune/shlomif-fav.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#37 2004-09-30 10:50:05

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-smac
pkgver=0.1
pkgrel=1
pkgdesc="Sid Meiers Alpha Centauri fortune cookie files"
url="http://progsoc.org/~curious/"
depends=('fortune-mod')
source=(http://progsoc.org/~curious/files/misc/$pkgname-$pkgver.tar.gz)
md5sums=('23caeb835ded26a407c682bfc589cfed')

build() {

    install -D -m644 $startdir/src/$pkgname-$pkgver/smac 
        $startdir/pkg/usr/share/fortune/smac

    install -D -m644 $startdir/src/$pkgname-$pkgver/smac.dat 
        $startdir/pkg/usr/share/fortune/smac.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#38 2004-09-30 11:10:40

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-spblu
pkgver=0.1
pkgrel=1
pkgdesc="South Park: Bigger, Longer and Uncut movie fortune cookie files"
url="http://eol.init1.nl/component/option,com_docman/Itemid,49/"
depends=('fortune-mod')
source=(http://eol.init1.nl/dmdocuments/SP-0.1.tar.gz)
md5sums=('62ae0ed5c7b681ffaf48a1626f345dcb')

build() {

    cd $startdir/src/SP

    install -D -m644 $startdir/src/SP/SP 
        $startdir/pkg/usr/share/fortune/SP

    install -D -m644 $startdir/src/SP/SP.dat 
        $startdir/pkg/usr/share/fortune/SP.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#39 2004-09-30 11:15:54

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-subversion
pkgver=1.0
pkgrel=1
pkgdesc="Subversion fortune cookie files"
url="http://vipe.technion.ac.il/~shlomif/humour/fortunes/"
depends=('fortune-mod')
source=(http://vipe.technion.ac.il/~shlomif/humour/fortunes/subversion)
md5sums=('293e936dd88dd9c65291bd481ac962d5')

build() {

    cd $startdir/src

    strfile ./subversion ./subversion.dat

    install -D -m644 $startdir/src/subversion 
        $startdir/pkg/usr/share/fortune/subversion

    install -D -m644 $startdir/src/subversion.dat 
        $startdir/pkg/usr/share/fortune/subversion.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#40 2004-09-30 11:22:39

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:

Something new added below!

pkgname=fortune-mod-bond
pkgver=1.0
pkgrel=1
pkgdesc="James Bond quotes fortune cookie files"
url="http://www.creative-sadness.de/?Linux:reisser"
depends=('fortune-mod')
source=(http://www.creative-sadness.de/files/james-bond.zip)
md5sums=('d73e0df5bd518df86509f50e6eba27c0')

build() {

    cd $startdir/src

    strfile ./james-bond ./james-bond.dat

    install -D -m644 $startdir/src/james-bond 
        $startdir/pkg/usr/share/fortune/james-bond

    install -D -m644 $startdir/src/james-bond.dat 
        $startdir/pkg/usr/share/fortune/james-bond.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#41 2004-09-30 11:25:58

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-hayward
pkgver=1.0
pkgrel=1
pkgdesc="Hayward's Unabridged Dictionary fortune cookie files"
url="http://jonathanscorner.com/etc/fortunes/"
depends=('fortune-mod')
source=(http://jonathanscorner.com/etc/fortunes/hayward-fortunes.tar.gz)
md5sums=('e342194ed244171c398ed2d4c180394c')

build() {

    install -D -m644 $startdir/src/haywards-definitions 
        $startdir/pkg/usr/share/fortune/hayward

    install -D -m644 $startdir/src/haywards-definitions.dat 
        $startdir/pkg/usr/share/fortune/hayward.dat

    install -D -m644 $startdir/src/xian-koans 
        $startdir/pkg/usr/share/fortune/xian-koans

    install -D -m644 $startdir/src/xian-koans.dat 
        $startdir/pkg/usr/share/fortune/xian-koans.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#42 2004-09-30 11:30:22

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
pkgname=fortune-mod-zx-error
pkgver=1.0
pkgrel=1
pkgdesc="ZX Spectrum error messages fortune cookie files"
url="http://melkor.dnp.fmph.uniba.sk/~garabik/fortunes-zx-error/"
depends=('fortune-mod')
source=(http://melkor.dnp.fmph.uniba.sk/~garabik/fortunes-zx-error/fortunes-zx-error-1.0.tar.gz)
md5sums=('4e539bf158784c4edb8ff15ca6d3d3ab')

build() {

    install -D -m644 $startdir/src/fortunes-zx-error-$pkgver/zx/error 
        $startdir/pkg/usr/share/fortune/zx-error

    install -D -m644 $startdir/src/fortunes-zx-error-$pkgver/zx/error.dat 
        $startdir/pkg/usr/share/fortune/zx-error.dat

}

-> extra


The impossible missions are the only ones which succeed.

Offline

#43 2004-09-30 11:34:43

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

not (yet) in extra:

fortune-mod-dubya
reason: it's actual political matter - not sure, if we should provide it in the repos

fortune-mod-pl and fortune-mod-bofh-excuses-pl
reason: i don't know yet, how we should handle non-english fortune mods


The impossible missions are the only ones which succeed.

Offline

#44 2004-09-30 11:35:38

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

many thanx lanrat, for contributing these fortune-mods


The impossible missions are the only ones which succeed.

Offline

#45 2004-09-30 13:35:09

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: a lot of additional fortune-mod packages

dp wrote:

not (yet) in extra:

fortune-mod-dubya
reason: it's actual political matter - not sure, if we should provide it in the repos

fortune-mod-pl and fortune-mod-bofh-excuses-pl
reason: i don't know yet, how we should handle non-english fortune mods

Gentoo includes dubya in their repo http://gentoo-portage.com/games-misc/fortune-mod-dubya but who cares ? :-) BTW if fortunes are offensive they may be relocated to /usr/share/fortune/off which is not used by fortune program by default. You have to add another option to use it.

Fortune-mod-bofh-excuses-pl is a translation (I think, but still have to compare it with the original) of mod-bofh-excuses so it could go to /usr/share/fortune/pl. IIRC it will be then used only when proper locale is set. Generally if you want to make other languages too this should be the rule (of course only if you decide to include these packages in extra).

Fortune-mod-pl includes many fortunes groupped together and most are not translations but are copied from Polish IRC, forums, usenet, news sites, films, etc. etc. So, I think this kind of fortunes should be installed in /usr/share/fortune (I like to have english and polish fortunes mixed). As long as filenames do not conflict it shouldn't be a problem. At last the decision to install some package or not is up to the user.

Also if you are going to introduce a new fortune group for use with pacman all non-english fortunes should be not in this group. I think that's pretty much obvious why.

I don't stop to search for other fortunes and there are some more (links in the other thread mentioned above) but working and not outdated source urls are very hard to find as I try to avoid using other distro repos.

I still hope some day we will have arch specific fortune file... roll

Oh and as always it's a pleasure to see my work in the arch repos. Tnx dp :-)

Offline

#46 2004-09-30 14:13:32

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:
dp wrote:

not (yet) in extra:

fortune-mod-dubya
reason: it's actual political matter - not sure, if we should provide it in the repos

fortune-mod-pl and fortune-mod-bofh-excuses-pl
reason: i don't know yet, how we should handle non-english fortune mods

Gentoo includes dubya in their repo http://gentoo-portage.com/games-misc/fortune-mod-dubya but who cares ? :-) BTW if fortunes are offensive they may be relocated to /usr/share/fortune/off which is not used by fortune program by default. You have to add another option to use it.

offensive? i don't think, they are offensive, but they are _political_ and archlinux.org is not registred under my name (i would insert it, if it would be my server), so the responsability of available files is not directly mine (and therefore i don't want to be political)

lanrat wrote:

Fortune-mod-bofh-excuses-pl is a translation (I think, but still have to compare it with the original) of mod-bofh-excuses so it could go to /usr/share/fortune/pl. IIRC it will be then used only when proper locale is set. Generally if you want to make other languages too this should be the rule (of course only if you decide to include these packages in extra).

Fortune-mod-pl includes many fortunes groupped together and most are not translations but are copied from Polish IRC, forums, usenet, news sites, films, etc. etc. So, I think this kind of fortunes should be installed in /usr/share/fortune (I like to have english and polish fortunes mixed). As long as filenames do not conflict it shouldn't be a problem. At last the decision to install some package or not is up to the user.

Also if you are going to introduce a new fortune group for use with pacman all non-english fortunes should be not in this group. I think that's pretty much obvious why.

I don't stop to search for other fortunes and there are some more (links in the other thread mentioned above) but working and not outdated source urls are very hard to find as I try to avoid using other distro repos.

I still hope some day we will have arch specific fortune file... roll

Oh and as always it's a pleasure to see my work in the arch repos. Tnx dp :-)

/usr/share/fortune/pl is automatically used by fortune?

if so, then it may be a solution to use /usr/share/fortune/$LC/ for other languages in general

if someone then wants to use mixed languages, this person can link them together

i'll ask the other devs, what their opinion is, but i think, this is a good solution in general

when we come to a konsensus, we can start including also non-english fortunes to extra


The impossible missions are the only ones which succeed.

Offline

#47 2004-09-30 14:38:02

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: a lot of additional fortune-mod packages

Now we are chasing each other through the forums  lol (I just answered your questions in the other thread).

About dubya. I agree with you. Let's just leave this pkgbuild in the fourms so anyone interested can do a package himself (I don't know if dubya is offensive or not. I guess it depends on the point of view too :-) I didn't read it really but I think fortune program can also be used with a full path to cookies directory - something like fortune /usr/share/fortune/blahblah - so it's possible to group nonstandard fortunes in subdirs too. Though I don't think anyone really cares about it :-))

Also we need more non-english fortunes to be made first....

Offline

#48 2004-09-30 14:59:35

dp
Member
From: Zürich, Switzerland
Registered: 2003-05-27
Posts: 3,378
Website

Re: a lot of additional fortune-mod packages

lanrat wrote:

Now we are chasing each other through the forums  lol (I just answered your questions in the other thread).

ha ha ... yes, i now really wonder, where to answer to you tongue

about dubya: for now, if anyone wants it, it is easily built from your PKGBUILD in the forum --- in my eyes, an including must be considered and done by Judd, because it is political

about languages:

- yes, we need more non-english fortunes

- i think, the best way would be that all non-english are put to /usr/share/fortune/$LC/ and grouped by language (fortune-mods-$LC) but kept as single pkgs (so that you can still install only one or 2 and are not forced to install all) --- if someone wants to mix, s/he can always link them to /usr/share/fortune

if you make more PKGBUILD's for fortune-mods, please add for english ones: groups=('fortune-mods') and for non-english ones: groups=('fortune-mods-LC')


The impossible missions are the only ones which succeed.

Offline

#49 2004-10-03 04:36:52

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: a lot of additional fortune-mod packages

New stuff below!

pkgname=fortune-mod-scc
pkgver=20010929
pkgrel=1
pkgdesc="Sno(w) Chao Cabal fortune cookie files"
url="http://www.scc.mi.org/SCC/sccfortune/"
depends=('fortune-mod')
groups=('fortune-mods')
source=(http://www.scc.mi.org/SCC/sccfortune/sccfortune-${pkgver}.tar.gz)
md5sums=('e763e2daeaeb590ab4c2282889a7cc3f')

build() {

    cd $startdir/src

    mv ./evilplan ./scc-evilplan
    mv ./quotes-${pkgver} ./scc-peewee

    strfile ./scc-evilplan ./scc-evilplan.dat
    strfile ./scc-peewee ./scc-peewee.dat

    install -D -m644 $startdir/src/scc-evilplan 
        $startdir/pkg/usr/share/fortune/scc-evilplan

    install -D -m644 $startdir/src/scc-evilplan.dat 
        $startdir/pkg/usr/share/fortune/scc-evilplan.dat

    install -D -m644 $startdir/src/scc-peewee 
        $startdir/pkg/usr/share/fortune/scc-peewee

    install -D -m644 $startdir/src/scc-peewee.dat 
        $startdir/pkg/usr/share/fortune/scc-peewee.dat

}

Offline

#50 2004-10-03 04:37:41

lanrat
Member
From: Poland
Registered: 2003-10-28
Posts: 1,274

Re: a lot of additional fortune-mod packages

pkgname=fortune-mod-osho
pkgver=1.1
pkgrel=1
pkgdesc="Spiritual guru Osho quotes fortune cookie files"
url="http://www.geocities.com/avitiw/fortune.html"
depends=('fortune-mod')
groups=('fortune-mods')
source=(http://www.geocities.com/avitiw/fortune-osho-1.1.tar.gz)
md5sums=('eccf30cb3609adaa01a1d7eaee24dae1')

build() {

    cd $startdir/src

    install -D -m644 $startdir/src/osho 
        $startdir/pkg/usr/share/fortune/osho

    install -D -m644 $startdir/src/osho.dat 
        $startdir/pkg/usr/share/fortune/osho.dat

}

Offline

Board footer

Powered by FluxBB