summaryrefslogtreecommitdiff
path: root/mousepad
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2006-12-10 19:15:28 +0100
committerJuergen Daubert <jue@jue.li>2006-12-10 19:15:28 +0100
commitc8c5b63f92ab9a2bfd5eca5f3277579e57205107 (patch)
tree49d1a5b6d3f3b791dc585cdc03bd81f59fcb29d3 /mousepad
parentf1a2ca338c3d7dd8db9d21aa29b5b64973f4dc2b (diff)
downloadxfce-c8c5b63f92ab9a2bfd5eca5f3277579e57205107.tar.gz
xfce-c8c5b63f92ab9a2bfd5eca5f3277579e57205107.tar.xz
inital import
Diffstat (limited to 'mousepad')
-rw-r--r--mousepad/.footprint8
-rw-r--r--mousepad/.md5sum1
-rw-r--r--mousepad/Pkgfile20
3 files changed, 29 insertions, 0 deletions
diff --git a/mousepad/.footprint b/mousepad/.footprint
new file mode 100644
index 0000000..cbe8ffa
--- /dev/null
+++ b/mousepad/.footprint
@@ -0,0 +1,8 @@
+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/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/mousepad.png
diff --git a/mousepad/.md5sum b/mousepad/.md5sum
new file mode 100644
index 0000000..00ed6d5
--- /dev/null
+++ b/mousepad/.md5sum
@@ -0,0 +1 @@
+c943c9408cbb35be73c45f75d945b34d mousepad-0.2.10.tar.bz2
diff --git a/mousepad/Pkgfile b/mousepad/Pkgfile
new file mode 100644
index 0000000..4e2ff01
--- /dev/null
+++ b/mousepad/Pkgfile
@@ -0,0 +1,20 @@
+# Description: Text editor for XFce4
+# URL: http://www.xfce.org
+# Maintainer: Jürgen Daubert, juergen dot daubert at t-online dot de
+# Depends on: libxfcegui4
+# Group: xfce4
+
+name=mousepad
+version=0.2.10
+release=1
+source=(http://www.xfce.org/archive/xfce-4.3.99.2/src/$name-$version.tar.bz2)
+
+build () {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-static \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/share/locale
+}

Generated by cgit