mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
Add installer
This commit is contained in:
parent
3fcd675437
commit
c1f9a166f8
2 changed files with 2 additions and 6 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
@ -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/
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue