diff options
-rw-r--r-- | extra/parcellite/.footprint | 14 | ||||
-rw-r--r-- | extra/parcellite/.md5sum | 1 | ||||
-rw-r--r-- | extra/parcellite/Pkgfile | 23 |
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 |