summaryrefslogtreecommitdiff
path: root/ratpoison
diff options
context:
space:
mode:
authorAntti Nykanen <aon@iki.fi>2008-06-15 01:02:43 +0300
committerAntti Nykanen <aon@iki.fi>2008-06-15 01:02:43 +0300
commit095630c1c6d331b4e94031c5f604594d2f1ae997 (patch)
treec9e47513e5829f78e7d3739c2eba96dca7850e16 /ratpoison
parent98e4bdd1d60afcc5b12b50ea3def0171caf0bde6 (diff)
downloadopt-095630c1c6d331b4e94031c5f604594d2f1ae997.tar.gz
opt-095630c1c6d331b4e94031c5f604594d2f1ae997.tar.xz
ratpoison: new port
Diffstat (limited to 'ratpoison')
-rw-r--r--ratpoison/.footprint6
-rw-r--r--ratpoison/.md5sum1
-rw-r--r--ratpoison/Pkgfile18
3 files changed, 25 insertions, 0 deletions
diff --git a/ratpoison/.footprint b/ratpoison/.footprint
new file mode 100644
index 000000000..68ac18479
--- /dev/null
+++ b/ratpoison/.footprint
@@ -0,0 +1,6 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/ratpoison
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/ratpoison.1.gz
diff --git a/ratpoison/.md5sum b/ratpoison/.md5sum
new file mode 100644
index 000000000..246591865
--- /dev/null
+++ b/ratpoison/.md5sum
@@ -0,0 +1 @@
+c1899e3e2549d29825cdb1b8d042c836 ratpoison-1.4.3.tar.gz
diff --git a/ratpoison/Pkgfile b/ratpoison/Pkgfile
new file mode 100644
index 000000000..4c7098eac
--- /dev/null
+++ b/ratpoison/Pkgfile
@@ -0,0 +1,18 @@
+# Description: Rodent-independent window manager
+# URL: http://ratpoison.nongnu.org/
+# Maintainer: Antti Nykanen, aon at iki dot fi
+# Depends on: xorg-libxinerama, xorg-libxtst
+
+name=ratpoison
+version=1.4.3
+release=1
+source=(http://savannah.nongnu.org/download/ratpoison/ratpoison-1.4.3.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+ rm -rf $PKG/usr/{share,bin/rpws}
+}
+

Generated by cgit