Add installer

This commit is contained in:
Mike Staszel 2009-10-24 08:52:43 -05:00
parent 3fcd675437
commit c1f9a166f8
2 changed files with 2 additions and 6 deletions

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 52311 2009-09-17 07:29:57Z allan $
# Maintainer:
# Contributor: Judd <jvinet@zeroflux.org>
@ -6,7 +5,7 @@ pkgname=nfsidmap
pkgver=0.23
pkgrel=3
pkgdesc="Library to help mapping IDs, mainly for NFSv4"
arch=('i686' 'x86_64')
arch=('arm')
url="http://www.citi.umich.edu/projects/nfsv4/linux/"
depends=('glibc' 'libldap>=2.4.18')
license=('custom:nfsidmap')
@ -25,4 +24,3 @@ build() {
install -Dm644 COPYING \
$pkgdir/usr/share/licenses/nfsidmap/LICENSE || return 1
}

View file

@ -1,4 +1,3 @@
# $Id: PKGBUILD 39015 2009-05-11 06:57:34Z tpowa $
# Maintainer: Tom Killian <tom@arclinux.org>
pkgname=openswan
@ -7,7 +6,7 @@ pkgrel=1
pkgdesc="Open Source implementation of IPsec for the Linux operating system"
url="http://www.openswan.org"
license=('GPL' 'custom')
arch=('i686' 'x86_64')
arch=('arm')
depends=('iproute' 'gmp' 'perl')
backup=(etc/ipsec.conf etc/ipsec.d/examples/no_oe.conf \
etc/ipsec.d/policies/{block,clear,clear-or-private,private,private-or-clear})
@ -45,4 +44,3 @@ build() {
# fix manpages
mv $pkgdir/usr/man $pkgdir/usr/share/
}