From 019ea513584591f9050575408c9a788ece85e5a3 Mon Sep 17 00:00:00 2001 From: Thierry N Date: Sun, 16 Aug 2009 20:48:02 +0200 Subject: Ajout de screen#4.0.3-1 --- extra/screen/.footprint | 34 ++++++++++++++++++++++++++++++++++ extra/screen/.md5sum | 1 + extra/screen/Pkgfile | 21 +++++++++++++++++++++ 3 files changed, 56 insertions(+) create mode 100644 extra/screen/.footprint create mode 100644 extra/screen/.md5sum create mode 100644 extra/screen/Pkgfile (limited to 'extra/screen') diff --git a/extra/screen/.footprint b/extra/screen/.footprint new file mode 100644 index 000000000..e04d9e326 --- /dev/null +++ b/extra/screen/.footprint @@ -0,0 +1,34 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +lrwxrwxrwx root/root usr/bin/screen -> screen-4.0.3 +-rwsr-xr-x root/root usr/bin/screen-4.0.3 +drwxr-xr-x root/root usr/man/ +drwxr-xr-x root/root usr/man/man1/ +-rw-r--r-- root/root usr/man/man1/screen.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/info/ +-rw-r--r-- root/root usr/share/info/screen.info-1.gz +-rw-r--r-- root/root usr/share/info/screen.info-2.gz +-rw-r--r-- root/root usr/share/info/screen.info-3.gz +-rw-r--r-- root/root usr/share/info/screen.info-4.gz +-rw-r--r-- root/root usr/share/info/screen.info-5.gz +-rw-r--r-- root/root usr/share/info/screen.info.gz +drwxr-xr-x root/root usr/share/screen/ +drwxr-xr-x root/root usr/share/screen/utf8encodings/ +-rw-r--r-- root/root usr/share/screen/utf8encodings/01 +-rw-r--r-- root/root usr/share/screen/utf8encodings/02 +-rw-r--r-- root/root usr/share/screen/utf8encodings/03 +-rw-r--r-- root/root usr/share/screen/utf8encodings/04 +-rw-r--r-- root/root usr/share/screen/utf8encodings/18 +-rw-r--r-- root/root usr/share/screen/utf8encodings/19 +-rw-r--r-- root/root usr/share/screen/utf8encodings/a1 +-rw-r--r-- root/root usr/share/screen/utf8encodings/bf +-rw-r--r-- root/root usr/share/screen/utf8encodings/c2 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c3 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c4 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c6 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c7 +-rw-r--r-- root/root usr/share/screen/utf8encodings/c8 +-rw-r--r-- root/root usr/share/screen/utf8encodings/cc +-rw-r--r-- root/root usr/share/screen/utf8encodings/cd +-rw-r--r-- root/root usr/share/screen/utf8encodings/d6 diff --git a/extra/screen/.md5sum b/extra/screen/.md5sum new file mode 100644 index 000000000..e9b4cf413 --- /dev/null +++ b/extra/screen/.md5sum @@ -0,0 +1 @@ +8506fd205028a96c741e4037de6e3c42 screen-4.0.3.tar.gz 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/ +} -- cgit v1.2.3-54-g00ecf