
[HASCIICAM] By SpepS
By: a guest on
Mar 5th, 2011 | syntax:
None | size: 0.87 KB | hits: 65 | expires: Never
# Maintainer : schuay <jakob.gruber@gmail.com>
# Contributor: rennero <rennero@bastardi.net>
# Contributor: SpepS <dreamspepser at yahoo dot it>
pkgname=hasciicam
pkgver=1.1.1
pkgrel=1
pkgdesc="Renders video input as ascii (either to the terminal, to a text file, or a live webpage)"
arch=('i686' 'x86_64')
url="http://ascii.dyne.org/"
license=('GPL')
depends=('aalib' 'libv4l')
install="$pkgname.install"
source=("ftp://ftp.dyne.org/hasciicam/releases/${pkgname}_$pkgver.orig.tar.gz")
md5sums=('2c36dbde02424a755a6230465b31da3b')
build() {
cd "$srcdir/$pkgname-$pkgver"
# install icons in /usr/share/pixmaps
sed -i "s|icons|pixmaps|g" share/Makefile.*
./configure --prefix=/usr
make
}
package() {
cd "$srcdir/$pkgname-$pkgver"
make prefix="$pkgdir/usr" install
# Remove unneeded debian menu
rm -rf "$pkgdir/usr/share/menu"
}