1 # Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
6 pkgdesc="A drop-in replacement for SVGAlib replacing graphics output by ASCII art"
8 url="http://aa-project.sourceforge.net/$pkgname/"
11 source=(http://downloads.sourceforge.net/aa-project/$pkgname-$pkgver.tar.gz)
12 md5sums=('75c7c0be6d22ef52768568d5ec5c5c05')
17 gcc ${CFLAGS} -Wl,-soname,libvga.so -o $pkgname.so -shared -nostdlib -fPIC \
18 $pkgname.c -laa -lX11 -lm -lgpm -lc -lncurses || return 1
20 install -Dm644 $pkgname.so "$pkgdir"/usr/lib/$pkgname.so
23 # vim:set ts=2 sw=2 et: