summaryrefslogtreecommitdiffstats
path: root/extra/ratpoison/Pkgfile
diff options
context:
space:
mode:
authorSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-15 13:01:26 +0100
committerSkippy the Kangoo <Skippythekangoo at yahoo dot fr>2009-11-15 13:01:26 +0100
commit49d580527f599f70153ab704c845b70da66d70ba (patch)
tree39abd2263d23090bbe6c4e94135160faaee0a1f6 /extra/ratpoison/Pkgfile
parent04c93f1abf0fb106327b5fd853e0c12efa91df5e (diff)
downloadnutyx-pakxe-49d580527f599f70153ab704c845b70da66d70ba.tar.gz
nutyx-pakxe-49d580527f599f70153ab704c845b70da66d70ba.tar.bz2
nutyx-pakxe-49d580527f599f70153ab704c845b70da66d70ba.tar.xz
nutyx-pakxe-49d580527f599f70153ab704c845b70da66d70ba.zip
Ajout de ratpoison#1.4.5-1
Diffstat (limited to 'extra/ratpoison/Pkgfile')
-rw-r--r--extra/ratpoison/Pkgfile19
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/ratpoison/Pkgfile b/extra/ratpoison/Pkgfile
new file mode 100644
index 000000000..f5c3e1338
--- /dev/null
+++ b/extra/ratpoison/Pkgfile
@@ -0,0 +1,19 @@
+# Description: Gestionaire de fenètres en mode cadres
+# URL: http://www.nongnu.org/ratpoison
+# Maintainer: NuTyX core team
+# Packager: Skippythekangoo AT yahoo DOT fr
+# Depends on: urxvt
+name=ratpoison
+version=1.4.5
+release=1
+source=(http://download.savannah.nongnu.org/releases/ratpoison/$name-$version.tar.gz \
+ ratpoison.desktop)
+build() {
+cd $name-$version
+ ./configure --prefix=/usr --with-xterm=urxvt
+ make CFLAGS="$CFLAGS -DHAVE_GETLINE"
+ make DESTDIR=$PKG install
+
+ install -D -m644 $SRC/ratpoison.desktop $PKG/usr/share/xsessions/ratpoison.desktop
+}
+