summaryrefslogtreecommitdiffstats
path: root/extra/p5-gtk2-trayicon/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/p5-gtk2-trayicon/Pkgfile')
-rw-r--r--extra/p5-gtk2-trayicon/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/p5-gtk2-trayicon/Pkgfile b/extra/p5-gtk2-trayicon/Pkgfile
new file mode 100644
index 000000000..38d8d8178
--- /dev/null
+++ b/extra/p5-gtk2-trayicon/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Module perl pour GTK
+# URL: http://www.gtkperl.org
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: perl
+
+name=p5-gtk2-trayicon
+version=0.06
+release=1
+source=(http://downloads.sourceforge.net/sourceforge/gtk2-perl/Gtk2-TrayIcon-$version.tar.gz)
+
+build() {
+ cd Gtk2-TrayIcon-$version
+ perl Makefile.PL
+ make
+ make DESTDIR=$PKG install
+ find $PKG -name '*.pod' -delete
+ find $PKG -name '.packlist' -delete
+}