+summary : A simple interface to the powerful but complex Gtk2::TreeView and Gtk2::ListStore combination.
+description: |
+ Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure.
+builddeps :
+ - pkgconfig(gtk+-2.0)
+ - pkgconfig(pango)
+ - perl-cairo
+ - perl-extutils-depends
+ - perl-extutils-pkgconfig
+ - perl-glib
+ - perl-gtk2
+ - perl-pango
+setup : |
+ %perl_setup
+build : |
+ %perl_build
+install : |
+ %perl_install
+check : |
+ %perl_build test
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
new file mode 100644
--- /dev/null
+++ b/pspec_x86_64.xml
@@ -0,0 +1,38 @@
+<PISI>
+ <Source>
+ <Name>perl-gtk2-ex-simple-list</Name>
+ <Packager>
+ <Name>Simon Friend</Name>
+ <Email>simbiotiqu@gmail.com</Email>
+ </Packager>
+ <License>GPL-2.0+</License>
+ <PartOf>programming.perl</PartOf>
+ <Summary xml:lang="en">A simple interface to the powerful but complex Gtk2::TreeView and Gtk2::ListStore combination.</Summary>
+ <Description xml:lang="en">Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure.
+ <Summary xml:lang="en">A simple interface to the powerful but complex Gtk2::TreeView and Gtk2::ListStore combination.</Summary>
+ <Description xml:lang="en">Gtk2 has a powerful, but complex MVC (Model, View, Controller) system used to implement list and tree widgets. Gtk2::Ex::Simple::List automates the complex setup work and allows you to treat the list model as a more natural list of lists structure.