[arch-commits] CVS update of extra/system/rssh (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Fri Oct 26 05:47:49 UTC 2007
Date: Friday, October 26, 2007 @ 01:47:49
Author: tpowa
Path: /home/cvs-extra/extra/system/rssh
Modified: PKGBUILD (1.8 -> 1.9)
'upgpkg: fixed #7892, added license'
----------+
PKGBUILD | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
Index: extra/system/rssh/PKGBUILD
diff -u extra/system/rssh/PKGBUILD:1.8 extra/system/rssh/PKGBUILD:1.9
--- extra/system/rssh/PKGBUILD:1.8 Fri Jun 30 02:51:22 2006
+++ extra/system/rssh/PKGBUILD Fri Oct 26 01:47:49 2007
@@ -1,13 +1,14 @@
-# $Id: PKGBUILD,v 1.8 2006/06/30 06:51:22 judd Exp $
+# $Id: PKGBUILD,v 1.9 2007/10/26 05:47:49 tpowa Exp $
# Maintainer: Judd Vinet <jvinet at zeroflux.org>
pkgname=rssh
pkgver=2.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="A restricted shell for use with OpenSSH, allowing only scp and/or sftp"
arch=(i686 x86_64)
url="http://www.pizzashack.org/rssh/index.shtml"
-depends=('openssh')
+depends=('openssh' 'glibc')
backup=('etc/rssh.conf')
+license=('custom:rssh')
source=(http://dl.sourceforge.net/sourceforge/rssh/rssh-$pkgver.tar.gz \
rssh.patch)
md5sums=('65712f2c06ff5fc6fc783bc8c2e4e1ba' '7b8c260ce1952afe6ebaf9972bf78341')
@@ -15,7 +16,9 @@
build() {
cd $startdir/src/$pkgname-$pkgver
patch -Np1 -i ../rssh.patch || return 1
- ./configure --prefix=/usr --sysconfdir=/etc
+ ./configure --prefix=/usr --libexecdir=/usr/lib/rssh --sysconfdir=/etc
make || return 1
make DESTDIR=$startdir/pkg install
+ # install license
+ install -D -m 644 LICENSE $startdir/pkg/usr/share/licenses/rssh/LICENSE
}
More information about the arch-commits
mailing list