You are not logged in.

#1 2004-02-17 19:59:50

Egil.B
Member
From: Universitas Osloensis
Registered: 2004-02-14
Posts: 116

fbshot

I've just made my first arch-package. Its a (probably useless) tiny tool for grabbing screenshots from the Linux framebuffer.
The makefile isn't that good, so I just installed the binary manually.

pkgname=fbshot
pkgver=0.3
pkgrel=1
pkgdesc="Utility for taking screenshots from the Linux framebuffer"
url="http://www.sfires.net/fbshot/"
depends=libpng
source="http://www.sfires.net/stuff/$pkgname/$pkgname-$pkgver.tar.gz"
md5sums="2cc6cc25cdc4cd447a8b0a9662907635"

build() {
cd $startdir/src/$pkgname-$pkgver
make || return 1
mkdir $startdir/pkg/usr
mkdir $startdir/pkg/usr/bin
mv $startdir/src/$pkgname-$pkgver/$pkgname $startdir/pkg/usr/bin
}

Offline

#2 2005-02-21 06:54:23

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: fbshot

tiny suggestions smile

pkgname=fbshot 
pkgver=0.3 
pkgrel=1 
pkgdesc="Utility for taking screenshots from the Linux framebuffer" 
url="http://www.sfires.net/fbshot/" 
depends=libpng 
source="http://www.sfires.net/stuff/$pkgname/$pkgname-$pkgver.tar.gz" 
md5sums="2cc6cc25cdc4cd447a8b0a9662907635" 

build() { 
cd $startdir/src/$pkgname-$pkgver 
make || return 1 
mkdir -p $startdir/pkg/usr/bin
install -m 755 $startdir/src/$pkgname-$pkgver/$pkgname $startdir/pkg/usr/bin/$pkgname
}

Offline

#3 2005-02-21 06:58:39

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: fbshot

whoops!  i thought that had just been posted - must remember to check the year!

Offline

#4 2005-02-21 07:04:22

iphitus
Forum Fellow
From: Melbourne, Australia
Registered: 2004-10-09
Posts: 4,927

Re: fbshot

only a year old tongue

on another forum im on, some random person signed up to answer the problem of a newbie that never got seen to. except the post was more than 2 years old and the newbie had never returned.

Offline

#5 2005-02-21 07:16:31

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

Re: fbshot

lmbo.  Oh man, that's good stuff...freakin' priceless dibble.  I'm still laughing...

I just did that this morning myself for a 4 month old alsa problem.  Fortunately, it got wiped later this afternoon...

muahahaahahh...
muahahahahahahaha...

Offline

#6 2005-02-21 07:21:28

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: fbshot

my PKGBUILD is better tho, eh?  lol

Offline

#7 2005-02-21 07:43:44

skoal
Member
From: Frequent Flyer Underworld
Registered: 2004-03-23
Posts: 612
Website

Re: fbshot

hahaah...hot damn, I'm still laughing.  Man, how do you "bookmark" a thread?  I want to come back to this one every so often just for "shits and grins"...

And yes, much better PKGBUILD by the way...

Damn, I'm still laughing while I'm typing this, and I don't know why. My pants are filling up quick. Where's that roll of "charmin" when you need one.  And here I thought I was the only one who did this...

Where's that BBcode for "bookmark"...

Offline

#8 2005-02-21 07:56:42

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: fbshot

it's not that funny!  you're making me laugh now!

Offline

Board footer

Powered by FluxBB