diff options
author | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-16 20:48:02 +0200 |
---|---|---|
committer | Thierry N <thierryn1 at hispeed dot ch> | 2009-08-16 20:48:02 +0200 |
commit | 019ea513584591f9050575408c9a788ece85e5a3 (patch) | |
tree | d110729bad13d9e16d2b9d075624f4bdf63e59be /extra/screen/Pkgfile | |
parent | 8393b1d254856b11049acb185d19ee6af7e8cda0 (diff) | |
download | nutyx-extra-019ea513584591f9050575408c9a788ece85e5a3.tar.gz nutyx-extra-019ea513584591f9050575408c9a788ece85e5a3.tar.bz2 nutyx-extra-019ea513584591f9050575408c9a788ece85e5a3.tar.xz nutyx-extra-019ea513584591f9050575408c9a788ece85e5a3.zip |
Ajout de screen#4.0.3-1
Diffstat (limited to 'extra/screen/Pkgfile')
-rw-r--r-- | extra/screen/Pkgfile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/extra/screen/Pkgfile b/extra/screen/Pkgfile new file mode 100644 index 000000000..756e37005 --- /dev/null +++ b/extra/screen/Pkgfile @@ -0,0 +1,21 @@ +# Description: Permet la manipulation des consoles non-graphiques +# URL: ftp://ftp.gnu.org/gnu/screen/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: + +name=screen +version=4.0.3 +release=1 +source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.gz) + +build() { + cd $name-$version + ./configure --prefix=/usr + sed -i "s@/usr/etc@/etc@" config.h + make + make DESTDIR=$PKG install + rm $PKG/usr/info/dir + mv $PKG/usr/info \ + $PKG/usr/share/ +} |