summaryrefslogtreecommitdiff
path: root/libseccomp/Pkgfile
blob: e6470013be792864fa653303cb9de2dc2c1368a7 (plain)
    1 # Description: library for Linux' syscall filtering mechanism seccomp
    2 # URL:         https://github.com/seccomp/libseccomp
    3 # Maintainer:  Thomas Penteker, tek at serverop dot de
    4 
    5 name=libseccomp
    6 version=2.4.2
    7 release=1
    8 source=(https://github.com/seccomp/libseccomp/archive/v${version}/libseccomp-v${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