summaryrefslogtreecommitdiffstats
path: root/checkgmail
diff options
context:
space:
mode:
authortnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
committertnut <tnut at nutyx dot com>2012-01-08 12:15:45 +0100
commit3f57a7f93b3e7550cbd73036f6a56654e17d1d5c (patch)
tree819b14ab0377fe2054fe59866669d904e9e0b4b5 /checkgmail
parentc9972ec7f32bf9d37388e853fe9bf633e242d05a (diff)
downloadnutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.gz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.bz2
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.tar.xz
nutyx-extra-3f57a7f93b3e7550cbd73036f6a56654e17d1d5c.zip
split de git pakxe et NuTyX-extra
Diffstat (limited to 'checkgmail')
-rw-r--r--checkgmail/.footprint.i68611
-rw-r--r--checkgmail/.footprint.x86_6411
-rw-r--r--checkgmail/.md5sum.i6861
-rw-r--r--checkgmail/.md5sum.x86_641
-rwxr-xr-xcheckgmail/Pkgfile21
5 files changed, 45 insertions, 0 deletions
diff --git a/checkgmail/.footprint.i686 b/checkgmail/.footprint.i686
new file mode 100644
index 000000000..14f8bdd6a
--- /dev/null
+++ b/checkgmail/.footprint.i686
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/checkgmail
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/checkgmail.desktop
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/checkgmail.1.gz
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/checkgmail.png
diff --git a/checkgmail/.footprint.x86_64 b/checkgmail/.footprint.x86_64
new file mode 100644
index 000000000..14f8bdd6a
--- /dev/null
+++ b/checkgmail/.footprint.x86_64
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/checkgmail
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/checkgmail.desktop
+drwxr-xr-x root/root usr/share/man/
+drwxr-xr-x root/root usr/share/man/man1/
+-rw-r--r-- root/root usr/share/man/man1/checkgmail.1.gz
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/checkgmail.png
diff --git a/checkgmail/.md5sum.i686 b/checkgmail/.md5sum.i686
new file mode 100644
index 000000000..b076368ce
--- /dev/null
+++ b/checkgmail/.md5sum.i686
@@ -0,0 +1 @@
+2e2c0dd0702148ffece12fb82a93378a checkgmail-20111120.tar.gz
diff --git a/checkgmail/.md5sum.x86_64 b/checkgmail/.md5sum.x86_64
new file mode 100644
index 000000000..b076368ce
--- /dev/null
+++ b/checkgmail/.md5sum.x86_64
@@ -0,0 +1 @@
+2e2c0dd0702148ffece12fb82a93378a checkgmail-20111120.tar.gz
diff --git a/checkgmail/Pkgfile b/checkgmail/Pkgfile
new file mode 100755
index 000000000..b9b4c1146
--- /dev/null
+++ b/checkgmail/Pkgfile
@@ -0,0 +1,21 @@
+# Description: Notificateur de messages provenant gmail
+# URL: http://checkgmail.sourceforge.net/
+# Maintainer: NutyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: p5-gtk2, p5-gtk2-trayicon, p5-crypt-ssleay, p5-libwww, p5-xml-simple, p5-html-parser, subversion
+# Run on: p5-gtk2,p5-gtk2-trayicon,p5-crypt-ssleay,p5-libwww,p5-xml-simple,p5-html-parser
+
+name=checkgmail
+version=20111120
+release=1
+source=(http://nutyx.meticul.eu/files/patchs/$name/checkgmail-$version.tar.gz)
+
+build() {
+ cd $name
+ install -D -m 755 $name $PKG/usr/bin/$name
+ install -D -m 644 man/$name.1.gz $PKG/usr/share/man/man1/$name.1.gz
+ install -D -m 644 $name.desktop $PKG/usr/share/applications/$name.desktop
+ install -D -m 644 $name.png $PKG/usr/share/pixmaps/$name.png
+
+}
+