You are not logged in.

#1 2004-02-18 23:48:07

Dusty
Schwag Merchant
From: Medicine Hat, Alberta, Canada
Registered: 2004-01-18
Posts: 5,986
Website

Stereograph

I don't know if this will be interesting or useful to anyone but me, but I just added a package for stereograph 0.33b to incoming.

http://stereograph.sourceforge.net/

#Contributer: Dusty Phillips <dusty@buchuki.com>
pkgname=stereograph
pkgver=0.33b
pkgrel=1
pkgdesc="Stereogram Generator"
url="http://stereograph.sourceforge.net"
depends=(libpng libjpeg xfree86)
makedepends=(gcc)
conflicts=()
replaces=()
backup=()
install=
source=(http://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
md5sums=('528d45b221dbb6c92204f47bb8386a2c')

build() {
  cd $startdir/src/$pkgname-$pkgver
  make || return 1
  mkdir -p $startdir/pkg/usr/bin/
  mkdir -p $startdir/pkg/usr/man/man1/
  cp stereograph $startdir/pkg/usr/bin/
  cp stereograph.1 $startdir/pkg/usr/man/man1/
}

Criticism and advice welcome, as I'm still pretty new at this.

I didn't add a package for gtk stereograph because... I like pacman on the commandline too.

Dusty

Offline

Board footer

Powered by FluxBB