2009-02-26 05:18:07 +07:00
|
|
|
#!/bin/bash
|
2009-02-26 06:58:20 +07:00
|
|
|
echo "Package: relational"
|
2009-03-02 10:29:11 +07:00
|
|
|
echo "Version: "`./relational_gui.py -v | cut -d. -f1`":"`./relational_gui.py -v`+SVN`svn update | cut -d" " -f3 | tr -d "."`
|
2009-02-26 05:18:07 +07:00
|
|
|
echo "Architecture: all"
|
|
|
|
echo "Maintainer: Salvo 'LtWorf' Tomaselli <tiposchi@tiscali.it>"
|
2009-02-26 06:58:20 +07:00
|
|
|
echo "Installed-Size: "`du -s --apparent-size data/ | cut -f1`
|
2009-03-24 15:22:46 +07:00
|
|
|
echo "Depends: python-qt4 (>= 4.0.1-5), python (>= 2.3), ttf-dejavu-core (>= 2.23-1)"
|
2009-02-26 05:18:07 +07:00
|
|
|
echo "Recommends: libqt4-webkit (>= 4.4.3-1)"
|
|
|
|
echo "Section: devel"
|
|
|
|
echo "Priority: optional"
|
|
|
|
echo "Homepage: http://galileo.dmi.unict.it/wiki/relational/"
|
2009-04-25 02:28:02 +07:00
|
|
|
echo "Description: Educational tool for relational algebra (graphical user interface)"
|
|
|
|
echo " Relational is primarily a graphical user interface to provide a workspace for experimenting with relational algebra, an offshoot of"
|
|
|
|
echo " first-order logic."
|
2009-02-26 06:58:20 +07:00
|
|
|
echo ""
|
|
|
|
echo ""
|