ratpoison: new port
This commit is contained in:
parent
98e4bdd1d6
commit
095630c1c6
6
ratpoison/.footprint
Normal file
6
ratpoison/.footprint
Normal 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
1
ratpoison/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
c1899e3e2549d29825cdb1b8d042c836 ratpoison-1.4.3.tar.gz
|
18
ratpoison/Pkgfile
Normal file
18
ratpoison/Pkgfile
Normal 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}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user