summaryrefslogtreecommitdiff
path: root/community/libseccomp/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
committerNicolás Reynolds <fauno@endefensadelsl.org>2013-06-20 15:25:33 -0300
commitcebf33d7109e0157a80f34d6136e212f0a28d274 (patch)
treea6464302c970f72581105b50ff0896e1f56def3d /community/libseccomp/PKGBUILD
parent1a65caeb80e2cc8c7b39262d72255124d0c8614e (diff)
parent5cb95ceee39e4691f768ea2fef60b8a106e92209 (diff)
Merge branch 'master' of gparabola:abslibre-mips64el
Diffstat (limited to 'community/libseccomp/PKGBUILD')
-rw-r--r--community/libseccomp/PKGBUILD24
1 files changed, 0 insertions, 24 deletions
diff --git a/community/libseccomp/PKGBUILD b/community/libseccomp/PKGBUILD
deleted file mode 100644
index 9bdaee4fc..000000000
--- a/community/libseccomp/PKGBUILD
+++ /dev/null
@@ -1,24 +0,0 @@
-# Maintainer: Daniel Micay <danielmicay@gmail.com>
-# Contributor: Patryk Kowalczyk < patryk at kowalczyk dot ws>
-
-pkgname=libseccomp
-pkgver=2.0.0
-pkgrel=2
-pkgdesc='Enhanced seccomp library'
-arch=('i686' 'x86_64')
-license=('LGPL2.1')
-url="http://sourceforge.net/projects/libseccomp/"
-depends=('glibc')
-source=("http://downloads.sourceforge.net/project/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('f988feac6a3425f2c918f32b28df1caa')
-
-build() {
- cd $pkgname-$pkgver
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd $pkgname-$pkgver
- make DESTDIR="$pkgdir" install
-}