You are not logged in.

#1 2004-05-18 23:25:08

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

fortune-mod-reddwarf

i just run over this:

http://freshmeat.net/projects/fortune-m … _id=161159

a fortune-mod i didnt made a pkg from (cause i didnt know that it exist smile )

anyone want to try making pkgs, this is your chance (i started making pkgs by making fortune-mods) - it's very easy - try and enjoy

have a look at

http://cvs.archlinux.org/cgi-bin/viewcv … cvs-markup

http://cvs.archlinux.org/cgi-bin/viewcv … cvs-markup

or other fortune-mod pkgs if you need help


The impossible missions are the only ones which succeed.

Offline

#2 2004-05-20 16:08:04

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

Re: fortune-mod-reddwarf

noone using fortune?

then maybe we should remove them from the repos


The impossible missions are the only ones which succeed.

Offline

#3 2004-05-20 16:25:57

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: fortune-mod-reddwarf

forgive me but this may sound silly but what is it ?

I would be glad to make a PKGBUILD for everyone (if I knew how to do it)

emmm maybe look at Wiki

Mr Green


Mr Green

Offline

#4 2004-05-20 17:43:31

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

Re: fortune-mod-reddwarf

Mr Green wrote:

forgive me but this may sound silly but what is it ?

I would be glad to make a PKGBUILD for everyone (if I knew how to do it)

emmm maybe look at Wiki

Mr Green

it's a collection of quotes for fortune

you can take the PKGBUILD's from other fortune-mod-something (see links in my first post) and simply addapt them (change names + URL's) to have it done


The impossible missions are the only ones which succeed.

Offline

#5 2004-05-20 17:46:43

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: fortune-mod-reddwarf

ahh I see ... emm very interesting... tongue

I can see how changing URL would work but the MD checksum has stumped me....

Its not as easy as I first thought.....

I bow in shame before the ones who are like gods that walk the earth

I will never take Arch for granted again..

Mr Green...  smile


Mr Green

Offline

#6 2004-05-24 17:13:42

Mr Green
Forum Fellow
From: U.K.
Registered: 2003-12-21
Posts: 5,896
Website

Re: fortune-mod-reddwarf

Enjoy .....



# $Id: PKGBUILD,v 1.3 2003/11/06 08:27:08 dorphell Exp $
# Contributor : Mr.Green <david.templer@virgin.net>
# Maintainer: dale <dale@archlinux.org>

pkgname=fortune-mod-reddwarf
pkgver=0
pkgrel=1
pkgdesc="A collection of Red Dwarf quotes"
depends=(fortune-mod)
source=(http://freshmeat.net/redir/fortune-mod-reddwarf/50406/url_tgz/fortune-mod-reddwarf.
tgz)
md5sums=('1e860ba3b2c7b8804eb398cdec6dea45')
build() {
  cd $startdir/src/fortune-mod-reddwarf
  mkdir -p $startdir/pkg/usr/share/fortune
  cp $startdir/src/fortune-mod-reddwarf/* $startdir/pkg/usr/share/fortune
  chmod 644 $startdir/pkg/usr/share/fortune/*
}

Mr Green


Mr Green

Offline

Board footer

Powered by FluxBB