ratpoison: update to 1.4.5

This commit is contained in:
Juergen Daubert 2010-01-22 13:32:45 +01:00
parent 6cac37ec62
commit ffde5ce1d3
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
8ee91678b0086f16be3daf196f7e6166 ratpoison-1.4.4.tar.gz
330a08dbed6be88cab54f6947e9f0b60 ratpoison-1.4.5.tar.gz

View File

@ -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
}