summaryrefslogtreecommitdiffstats
path: root/extra/screen
diff options
context:
space:
mode:
authorThierry N <thierryn1 at hispeed dot ch>2009-08-16 20:48:02 +0200
committerThierry N <thierryn1 at hispeed dot ch>2009-08-16 20:48:02 +0200
commit019ea513584591f9050575408c9a788ece85e5a3 (patch)
treed110729bad13d9e16d2b9d075624f4bdf63e59be /extra/screen
parent8393b1d254856b11049acb185d19ee6af7e8cda0 (diff)
downloadnutyx-pakxe-019ea513584591f9050575408c9a788ece85e5a3.tar.gz
nutyx-pakxe-019ea513584591f9050575408c9a788ece85e5a3.tar.bz2
nutyx-pakxe-019ea513584591f9050575408c9a788ece85e5a3.tar.xz
nutyx-pakxe-019ea513584591f9050575408c9a788ece85e5a3.zip
Ajout de screen#4.0.3-1
Diffstat (limited to 'extra/screen')
-rw-r--r--extra/screen/.footprint34
-rw-r--r--extra/screen/.md5sum1
-rw-r--r--extra/screen/Pkgfile21
3 files changed, 56 insertions, 0 deletions
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/
+}