summaryrefslogtreecommitdiff
path: root/libseccomp/Pkgfile
blob: 771b79ff6fe7b7e57653c6888eea986bd0eaa660 (plain)
    1 # Description: Library for Linux Kernel's syscall filtering mechanism
    2 # URL: https://github.com/seccomp/libseccomp
    3 # Maintainer: Tim Biermann, tbier at posteo dot de
    4 
    5 name=libseccomp
    6 version=2.5.4
    7 release=1
    8 source=(https://github.com/seccomp/libseccomp/archive/v${version}/libseccomp-${version}.tar.gz)
    9 
   10 build() {
   11   cd $name-$version
   12 
   13   ./autogen.sh
   14   ./configure --prefix=/usr
   15 
   16   make
   17   make DESTDIR=$PKG install
   18 }

Generated by cgit