PKGBUILDs/community/selinux-usr-libsemanage/PKGBUILD

21 lines
555 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-libsemanage
pkgver=1.10.9
pkgrel=1
pkgdesc="selinux userspace (libsemanage)"
arch=(i686 x86_64)
url="http://www.nsa.gov/selinux/index.cfm"
license=('GPL')
depends=(ustr selinux-usr-libselinux)
options=(!emptydirs)
source=(http://www.nsa.gov/selinux/archives/libsemanage-$pkgver.tgz)
md5sums=('e41de7047f1edda502b7eab9a974f605')
build() {
cd $srcdir/libsemanage-$pkgver
make || return 1
make DESTDIR=$startdir/pkg install
}