diff --git a/srcpkgs/screen/template b/srcpkgs/screen/template index 4771c19a39..b510bb1858 100644 --- a/srcpkgs/screen/template +++ b/srcpkgs/screen/template @@ -1,15 +1,16 @@ # Template file for 'screen' pkgname=screen version=4.0.3 -revision=5 -distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" +revision=6 build_style=gnu-configure -configure_args="--with-sys-screenrc=/etc/screenrc -enable-pam --enable-colors256" -makedepends="pam-devel ncurses-devel glibc-devel" +configure_args="--with-sys-screenrc=/etc/screenrc -enable-pam --enable-colors256 +--enable-locale" +makedepends="pam-devel ncurses-devel" short_desc="The GNU screen utility" maintainer="davehome " homepage="http://www.gnu.org/s/screen/" license="GPL-2" +distfiles="http://ftp.gnu.org/gnu/$pkgname/$pkgname-$version.tar.gz" checksum=78f0d5b1496084a5902586304d4a73954b2bfe33ea13edceecf21615c39e6c77 long_desc=" Screen is a full-screen window manager that multiplexes a physical terminal @@ -30,9 +31,7 @@ long_desc=" currently not visible and even when the whole screen session is detached from the users terminal." - -post_install() -{ +post_install() { vinstall etc/screenrc 0644 usr/share/examples/screen vinstall etc/etcscreenrc 0644 usr/share/examples/screen }