You are not logged in.

#1 2005-03-15 09:36:34

delmonico
Member
Registered: 2004-06-27
Posts: 82

lcdproc and lcdemu

Enjoy... someone could add md5sums tough, had no time for it as i built them at school.

pkgname=lcdproc
pkgver=0.4.5
pkgrel=1
pkgdesc="LCDproc is a utility to drive one or more LCD (and LCD-like) devices attached to a host."
url="http://lcdproc.omnipotent.net/"
license="GPL"
depends=()
source=(http://dl.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz)

build() {
  cd $startdir/src/$pkgname-$pkgver
  ./configure --prefix=/usr
  make
  make DESTDIR=$startdir/pkg install
pkgname=lcdemu
pkgver=0.6beta1
pkgrel=1
pkgdesc="Lcdemu is an Mat*ix O*bital character display emulator."
url="http://lcdproc.omnipotent.net/"
license="GPL"
depends=(x-server gtk2)
source=(http://www.esden.net/lcdemu/balls/lcdemu-0.6-beta1.tar.gz)

build() {
  cd $startdir/src/lcdemu-0.6-beta1
  ./configure --prefix=/usr
  make
  make DESTDIR=$startdir/pkg install
  mkfifo /dev/lcd && chmod 666 /dev/lcd
}

Offline

#2 2005-03-15 16:41:21

Snowman
Developer/Forum Fellow
From: Montreal, Canada
Registered: 2004-08-20
Posts: 5,212

Re: lcdproc and lcdemu

N.B. You can add md5sums with

makepkg -g >> PKGBUILD

Offline

Board footer

Powered by FluxBB