diff options
author | Tim Biermann <tbier@posteo.de> | 2019-08-04 16:15:56 +0200 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2019-08-04 16:15:56 +0200 |
commit | ed9b7fe2ba54a59054f232c9957b91ab104b292f (patch) | |
tree | 30bcf6ed8d81f1c1ca6ffd9957e8918700e910f4 /p5-ffi-checklib | |
parent | 33cbcb8b11ecd450dc7863e9676407fadd84cb0f (diff) | |
download | contrib-ed9b7fe2ba54a59054f232c9957b91ab104b292f.tar.gz contrib-ed9b7fe2ba54a59054f232c9957b91ab104b292f.tar.xz |
p5-ffi-checklib: initial commit
Diffstat (limited to 'p5-ffi-checklib')
-rw-r--r-- | p5-ffi-checklib/.footprint | 17 | ||||
-rw-r--r-- | p5-ffi-checklib/.md5sum | 1 | ||||
-rw-r--r-- | p5-ffi-checklib/.signature | 5 | ||||
-rw-r--r-- | p5-ffi-checklib/Pkgfile | 17 |
4 files changed, 40 insertions, 0 deletions
diff --git a/p5-ffi-checklib/.footprint b/p5-ffi-checklib/.footprint new file mode 100644 index 000000000..c0e41ecf0 --- /dev/null +++ b/p5-ffi-checklib/.footprint @@ -0,0 +1,17 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/lib/ +drwxr-xr-x root/root usr/lib/perl5/ +drwxr-xr-x root/root usr/lib/perl5/5.28/ +drwxr-xr-x root/root usr/lib/perl5/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/FFI/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.28/FFI/CheckLib.pm +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/FFI/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.28/linux-thread-multi/auto/FFI/CheckLib/ +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-r--r--r-- root/root usr/share/man/man3/FFI::CheckLib.3pm.gz diff --git a/p5-ffi-checklib/.md5sum b/p5-ffi-checklib/.md5sum new file mode 100644 index 000000000..5abf32bd0 --- /dev/null +++ b/p5-ffi-checklib/.md5sum @@ -0,0 +1 @@ +18f13e7df806389ae2ad88ccb0139bc3 FFI-CheckLib-0.25.tar.gz diff --git a/p5-ffi-checklib/.signature b/p5-ffi-checklib/.signature new file mode 100644 index 000000000..a373f5157 --- /dev/null +++ b/p5-ffi-checklib/.signature @@ -0,0 +1,5 @@ +untrusted comment: verify with /etc/ports/contrib.pub +RWSagIOpLGJF3zXs7Bjw2B3xo15y4itpDLS+gT5BMzXIYiwx5i/cV3gjNjE7w4AWYgWcZeqjVe3KIcyFonGitIh8XrzrrwvMTQY= +SHA256 (Pkgfile) = 5ec895875b0bcd2eea62dbc178a7f72cb31a3b86a869100d060a51690995d5d6 +SHA256 (.footprint) = 0f907bbdf11fcb863150a8da621785e53bb9ac090e492dcb889ab6d3fda094ac +SHA256 (FFI-CheckLib-0.25.tar.gz) = eb36b9a7cff1764a65b1b77e01e92c26207c558a3f986d0d17d2b110fa366ba4 diff --git a/p5-ffi-checklib/Pkgfile b/p5-ffi-checklib/Pkgfile new file mode 100644 index 000000000..117fb1151 --- /dev/null +++ b/p5-ffi-checklib/Pkgfile @@ -0,0 +1,17 @@ +# Description: Check that a library is available for FFI +# URL: https://metacpan.org/release/FFI-CheckLib +# Maintainer: Tim Biermann, tbier at posteo dot de +# Depends on: + +name=p5-ffi-checklib +version=0.25 +release=1 +source=(https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/FFI-CheckLib-$version.tar.gz) + +build() { + cd FFI-CheckLib-$version + perl Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + find $PKG \( -name '.packlist' -o -name '*.pod' \) -delete +} |