summaryrefslogtreecommitdiffstats
path: root/extra/parcellite
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:53:24 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-11 22:53:24 +0200
commitc78c2529428cff28cb445ce83bdac9bb2caac46f (patch)
treee1104bf27a1e834fb66aab53ad0fd94f4e2e46f7 /extra/parcellite
parentb5c3e2063997f824a5917762ae64117674e235fe (diff)
downloadnutyx-pakxe-c78c2529428cff28cb445ce83bdac9bb2caac46f.tar.gz
nutyx-pakxe-c78c2529428cff28cb445ce83bdac9bb2caac46f.tar.bz2
nutyx-pakxe-c78c2529428cff28cb445ce83bdac9bb2caac46f.tar.xz
nutyx-pakxe-c78c2529428cff28cb445ce83bdac9bb2caac46f.zip
parcellite#0.9-1
Diffstat (limited to 'extra/parcellite')
-rw-r--r--extra/parcellite/.footprint14
-rw-r--r--extra/parcellite/.md5sum1
-rw-r--r--extra/parcellite/Pkgfile23
3 files changed, 38 insertions, 0 deletions
diff --git a/extra/parcellite/.footprint b/extra/parcellite/.footprint
new file mode 100644
index 000000000..393576ee5
--- /dev/null
+++ b/extra/parcellite/.footprint
@@ -0,0 +1,14 @@
+drwxr-xr-x root/root etc/
+drwxr-xr-x root/root etc/xdg/
+drwxr-xr-x root/root etc/xdg/autostart/
+-rw-r--r-- root/root etc/xdg/autostart/parcellite-startup.desktop
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/parcellite
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/parcellite.desktop
+drwxr-xr-x root/root usr/share/locale/
+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/parcellite.1.gz
diff --git a/extra/parcellite/.md5sum b/extra/parcellite/.md5sum
new file mode 100644
index 000000000..dee8a23c6
--- /dev/null
+++ b/extra/parcellite/.md5sum
@@ -0,0 +1 @@
+1cc676e124a9c8a13d23130d852971e8 parcellite-0.9.tar.gz
diff --git a/extra/parcellite/Pkgfile b/extra/parcellite/Pkgfile
new file mode 100644
index 000000000..48b026e40
--- /dev/null
+++ b/extra/parcellite/Pkgfile
@@ -0,0 +1,23 @@
+
+# Description: Gestionnaire de presse papier
+# URL:http://xyhthyx.googlecode.com
+# Maintainer: NuTyX core team
+# Packager: geantbrun at gmail dot com
+# Depends on: gtk
+
+name=parcellite
+version=0.9
+release=1
+
+source=(http://xyhthyx.googlecode.com/files/parcellite-0.9.tar.gz)
+
+
+build() {
+cd $name-$version
+
+./configure --prefix=/usr
+
+make
+make DESTDIR=$PKG install
+
+} \ No newline at end of file