screen: remove unused builddep, enable locale support.

This commit is contained in:
Juan RP 2012-07-03 11:42:47 +02:00
parent aaa3a807ae
commit 2e12bbb92c

View file

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