diff options
author | tnut <thierryn1 at hispeed dot ch> | 2009-12-05 21:21:37 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2009-12-05 21:21:37 +0100 |
commit | 37345c3977c00e3eb8be79090382a6f22d7ea506 (patch) | |
tree | 4f9d9c64800e81e9dbbb5ca4f54f2b01ed7ffbd1 /extra/ratpoison/Pkgfile | |
parent | f84901f9d8bb81a94aa1d2b2c3d53ee368eaedf6 (diff) | |
parent | 8ee0d53a2be3bdd23907291fc5b689bdaec71602 (diff) | |
download | nutyx-pakxe-37345c3977c00e3eb8be79090382a6f22d7ea506.tar.gz nutyx-pakxe-37345c3977c00e3eb8be79090382a6f22d7ea506.tar.bz2 nutyx-pakxe-37345c3977c00e3eb8be79090382a6f22d7ea506.tar.xz nutyx-pakxe-37345c3977c00e3eb8be79090382a6f22d7ea506.zip |
Merge commit 'skippy/master'
Diffstat (limited to 'extra/ratpoison/Pkgfile')
-rw-r--r-- | extra/ratpoison/Pkgfile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/extra/ratpoison/Pkgfile b/extra/ratpoison/Pkgfile new file mode 100644 index 000000000..f5c3e1338 --- /dev/null +++ b/extra/ratpoison/Pkgfile @@ -0,0 +1,19 @@ +# Description: Gestionaire de fenètres en mode cadres +# URL: http://www.nongnu.org/ratpoison +# Maintainer: NuTyX core team +# Packager: Skippythekangoo AT yahoo DOT fr +# Depends on: urxvt +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 +} + |