ratpoison: new port

This commit is contained in:
Antti Nykanen 2008-06-15 01:02:43 +03:00
parent 98e4bdd1d6
commit 095630c1c6
3 changed files with 25 additions and 0 deletions

6
ratpoison/.footprint Normal file
View File

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

1
ratpoison/.md5sum Normal file
View File

@ -0,0 +1 @@
c1899e3e2549d29825cdb1b8d042c836 ratpoison-1.4.3.tar.gz

18
ratpoison/Pkgfile Normal file
View File

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