diff options
author | sibel <lesibel@free.fr> | 2011-03-16 13:36:06 +0100 |
---|---|---|
committer | sibel <lesibel@free.fr> | 2011-03-16 13:36:06 +0100 |
commit | 1df3e9062b5cab2aca65e0c1de76d95132326d47 (patch) | |
tree | eb0c75992015a22a151d8d5bc494884aa398a098 /extra/ratpoison/Pkgfile | |
parent | 5d0c2aa39937861f11ae60fa6a480e2527428c9b (diff) | |
download | nutyx-pakxe-1df3e9062b5cab2aca65e0c1de76d95132326d47.tar.gz nutyx-pakxe-1df3e9062b5cab2aca65e0c1de76d95132326d47.tar.bz2 nutyx-pakxe-1df3e9062b5cab2aca65e0c1de76d95132326d47.tar.xz nutyx-pakxe-1df3e9062b5cab2aca65e0c1de76d95132326d47.zip |
ratpoison déplacé dans ouvert
Diffstat (limited to 'extra/ratpoison/Pkgfile')
-rw-r--r-- | extra/ratpoison/Pkgfile | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/extra/ratpoison/Pkgfile b/extra/ratpoison/Pkgfile deleted file mode 100644 index d87276222..000000000 --- a/extra/ratpoison/Pkgfile +++ /dev/null @@ -1,23 +0,0 @@ -# Description: Gestionnaire de fenêtres en mode cadres -# URL: http://www.nongnu.org/ratpoison -# Maintainer: NuTyX core team -# Packager: Skippythekangoo AT yahoo DOT fr -# Depends on: xorg -# Run on: - -name=ratpoison -version=1.4.5 -release=1 -source=(http://download.savannah.nongnu.org/releases/ratpoison/$name-$version.tar.gz \ - ratpoison.desktop) -build() { -cd $name-$version - ./configure --prefix=/usr --with-xterm=urxvt - make CFLAGS="$CFLAGS -DHAVE_GETLINE" - make DESTDIR=$PKG install - - install -D -m644 $SRC/ratpoison.desktop $PKG/usr/share/xsessions/ratpoison.desktop - rm $PKG/usr/share/info/dir -} - - |