1 # Contributor: peter feigl <peter.feigl@jku.at>
6 pkgdesc="An experimental C-program, which can create piecharts in various outputformats using GNU plotutils."
8 url="http://www.usf.uni-osnabrueck.de/~breiter/tools/piechart/piecharts.en.html"
11 source=(http://www.usf.uni-osnabrueck.de/~breiter/tools/piechart/piechart.c http://www.usf.uni-osnabrueck.de/~breiter/tools/piechart/makefile)
15 sed 's/-ansi-strict/-Wall/' -i makefile
16 sed 's/all: piechart test/all: piechart/' -i makefile
18 install -m755 -D piechart ${pkgdir}/usr/bin/piechart
21 md5sums=('925117995260676b77946a475700b29c'
22 '26a0322a3a1b38cc0b42aea27c2cf1e6')