aboutsummaryrefslogtreecommitdiffstats
path: root/extra/screen/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/screen/APKBUILD')
-rw-r--r--extra/screen/APKBUILD33
1 files changed, 0 insertions, 33 deletions
diff --git a/extra/screen/APKBUILD b/extra/screen/APKBUILD
deleted file mode 100644
index ffa48fa208..0000000000
--- a/extra/screen/APKBUILD
+++ /dev/null
@@ -1,33 +0,0 @@
-# Contributor: Michael Mason <ms13sp@gmail.com>
-# Maintainer:
-pkgname=screen
-pkgver=4.0.3
-pkgrel=0
-pkgdesc="A window manager that multiplexes a physical terminal"
-url="http://ftp.gnu.org/gnu/screen/"
-license="GPL"
-depends="uclibc ncurses"
-makedepends=""
-install=
-subpackages="$pkgname-doc"
-source="http://ftp.gnu.org/gnu/screen/$pkgname-$pkgver.tar.gz
- $pkgname-$pkgver.patch"
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- for i in ../*.patch; do
- msg "Applying $i"
- patch -p1 < $i || return 1
- done
-
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --mandir=/usr/share/man \
- --infodir=/usr/share/info
- make || return 1
- make DESTDIR="$pkgdir" install
-
-}
-
-md5sums="8506fd205028a96c741e4037de6e3c42 screen-4.0.3.tar.gz
-243e18daf4b2bbff898fdf0d772fad52 screen-4.0.3.patch"