summaryrefslogtreecommitdiff
path: root/community/tcsh/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/tcsh/PKGBUILD')
-rw-r--r--community/tcsh/PKGBUILD16
1 files changed, 7 insertions, 9 deletions
diff --git a/community/tcsh/PKGBUILD b/community/tcsh/PKGBUILD
index fda586748..e6997bf23 100644
--- a/community/tcsh/PKGBUILD
+++ b/community/tcsh/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 57883 2011-11-04 08:18:37Z lfleischer $
+# $Id: PKGBUILD 63350 2012-01-30 22:26:07Z lfleischer $
# Maintainer: Lukas Fleischer <archlinux at cryptocrack dot de>
# Contributor: Eric Belanger <eric@archlinux.org>
# Contributor: Judd Vinet <jvinet@zeroflux.org>
pkgname=tcsh
-pkgver=6.17.00
-pkgrel=4
+pkgver=6.18.00
+pkgrel=1
pkgdesc='Enhanced version of the Berkeley C shell.'
arch=('i686' 'x86_64' 'mips64el')
url='http://www.tcsh.org/Welcome'
@@ -16,25 +16,23 @@ backup=('etc/csh.cshrc'
install='tcsh.install'
source=("ftp://ftp.astron.com/pub/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'csh.cshrc'
- 'tcsh-6.17.00-ls-colors-var.patch'
'csh.login')
-md5sums=('c47de903e3d52f6824c8dd0c91eeb477'
+md5sums=('ee9b3aa36fb38d32eab6a37a34e4c341'
'7ca0fe6d1a1b9a0093f632499d4fb112'
- '0ed594ef77bc689265632682e18462eb'
'4869b9da87c79854e2cc97241f125853')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
- patch -p0 < ../tcsh-6.17.00-ls-colors-var.patch
-
- ./configure --prefix=/ --sysconfdir=/etc
+ ./configure --prefix=/usr --sysconfdir=/etc --bindir=/bin
make
}
package() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ install -dm0755 "${pkgdir}/bin/"
+
make DESTDIR="${pkgdir}" mandir=/usr/share/man install install.man
install -Dm0644 "${srcdir}/csh.cshrc" "${pkgdir}/etc/csh.cshrc"