summaryrefslogtreecommitdiffstats
path: root/xfce/mousepad
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:54:34 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-21 22:54:34 +0200
commitf0dcc6b9f04aa0e0f69d8130a1c6ae79e560cdb5 (patch)
treef86db9b26cc79564045e53e8501cc3ab4373585f /xfce/mousepad
parent057d6c5b1173877d1324f9fc61f836216e5c140e (diff)
downloadnutyx-extra-f0dcc6b9f04aa0e0f69d8130a1c6ae79e560cdb5.tar.gz
nutyx-extra-f0dcc6b9f04aa0e0f69d8130a1c6ae79e560cdb5.tar.bz2
nutyx-extra-f0dcc6b9f04aa0e0f69d8130a1c6ae79e560cdb5.tar.xz
nutyx-extra-f0dcc6b9f04aa0e0f69d8130a1c6ae79e560cdb5.zip
Ajout de mousepad#0.2.16-2
Diffstat (limited to 'xfce/mousepad')
-rw-r--r--xfce/mousepad/.footprint12
-rw-r--r--xfce/mousepad/.md5sum1
-rwxr-xr-xxfce/mousepad/Pkgfile22
3 files changed, 35 insertions, 0 deletions
diff --git a/xfce/mousepad/.footprint b/xfce/mousepad/.footprint
new file mode 100644
index 000000000..c3e2d0b0f
--- /dev/null
+++ b/xfce/mousepad/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/mousepad
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/mousepad.desktop
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/mousepad.mo
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/mousepad.png
diff --git a/xfce/mousepad/.md5sum b/xfce/mousepad/.md5sum
new file mode 100644
index 000000000..7ebf07c88
--- /dev/null
+++ b/xfce/mousepad/.md5sum
@@ -0,0 +1 @@
+d98854edb76d823ac20b266fdf5a64a1 mousepad-0.2.16.tar.bz2
diff --git a/xfce/mousepad/Pkgfile b/xfce/mousepad/Pkgfile
new file mode 100755
index 000000000..565e5d410
--- /dev/null
+++ b/xfce/mousepad/Pkgfile
@@ -0,0 +1,22 @@
+# Description: Editeur de texte de Xfce
+# URL: http://www.xfce.org/projects/mousepad/
+# Maintainer: NuTyX core team
+# Packager: fred.galusik at gmail dot com
+# Depends on: libxfcegui4
+
+name=mousepad
+version=0.2.16
+release=2
+source=(http://www.xfce.org/archive/xfce-4.6.1/src/$name-$version.tar.bz2)
+
+build() {
+cd $name-$version
+ ./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --libexecdir=/usr/lib/xfce4 \
+ --localstatedir=/var \
+ --disable-static
+ make
+ make DESTDIR=$PKG install
+}
+