PKGBUILDs/community/selinux-usr-libsepol/PKGBUILD

22 lines
549 B
Bash
Raw Normal View History

2009-10-10 02:15:33 +00:00
# $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=selinux-usr-libsepol
pkgver=1.16.14
pkgrel=1
pkgdesc="selinux userspace (libsepol)"
arch=(i686 x86_64)
url="http://www.nsa.gov/selinux/index.cfm"
license=('GPL')
options=(force)
depends=()
#replaces=(selinux-usr-libsepol-svn)
source=(http://www.nsa.gov/selinux/archives/libsepol-$pkgver.tgz)
md5sums=('867e57fd83e37ca35bb787d5e5ecdde9')
build() {
cd $srcdir/libsepol-$pkgver
make || return 1
make DESTDIR=$startdir/pkg install
}