You are not logged in.

#1 2004-12-08 17:19:25

quaqo
Member
Registered: 2004-11-11
Posts: 53

[new] camorama

Camorama: a webcam application featuring various image filters.

PKGBUILD

# Contributor: Federico Quagliata (quaqo) <quaqo@despammed.com>

pkgname=camorama
pkgver=0.17
pkgrel=1
pkgdesc="A webcam application featuring various image filters"
url="http://camorama.fixedgear.org/"
license="GPL"
depends=(libgnomeui x-server)
source=(http://camorama.fixedgear.org/downloads/$pkgname-$pkgver.tar.bz2)
md5sums=('2b2784af53a1ba8fa4419aa806967b35')

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/opt/gnome/
  make || return 1
  make prefix=$startdir/pkg/opt/gnome install
}

Tips & corrections here or to quaqo@despammed.com.

Greetings,
Federico (quaqo)
--
http://quaqo.altervista.org

Offline

Board footer

Powered by FluxBB