summaryrefslogtreecommitdiff
path: root/ratpoison/Pkgfile
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2010-01-22 13:32:45 +0100
committerJuergen Daubert <jue@jue.li>2010-01-22 13:32:45 +0100
commitffde5ce1d3cd5a1602a33dd6ec18df3e2753c3af (patch)
tree087aca204f8e5642a467734727dd21cc8fb573fa /ratpoison/Pkgfile
parent6cac37ec62bba278b6c5e0919642a1b3dfd39e95 (diff)
downloadopt-ffde5ce1d3cd5a1602a33dd6ec18df3e2753c3af.tar.gz
opt-ffde5ce1d3cd5a1602a33dd6ec18df3e2753c3af.tar.xz
ratpoison: update to 1.4.5
Diffstat (limited to 'ratpoison/Pkgfile')
-rw-r--r--ratpoison/Pkgfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ratpoison/Pkgfile b/ratpoison/Pkgfile
index f56d43715..1c0384488 100644
--- a/ratpoison/Pkgfile
+++ b/ratpoison/Pkgfile
@@ -1,17 +1,17 @@
# Description: Rodent-independent window manager
# URL: http://ratpoison.nongnu.org/
# Maintainer: Antti Nykanen, aon at iki dot fi
-# Depends on: xorg-libxinerama, xorg-libxtst
+# Depends on: readline, xorg-libxinerama, xorg-libxtst
name=ratpoison
-version=1.4.4
+version=1.4.5
release=1
source=(http://savannah.nongnu.org/download/$name/$name-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
- make
+ make CFLAGS="$CFLAGS -DHAVE_GETLINE"
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
}

Generated by cgit