forked from ports/contrib
p5-glib-object-introspection: initial commit
This commit is contained in:
parent
5c709161c9
commit
0de2c02618
23
p5-glib-object-introspection/.footprint
Normal file
23
p5-glib-object-introspection/.footprint
Normal file
@ -0,0 +1,23 @@
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/bin/
|
||||
-rwxr-xr-x root/root usr/bin/perli11ndoc
|
||||
drwxr-xr-x root/root usr/lib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Glib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Glib/Object/
|
||||
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Glib/Object/Introspection.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Glib/Object/Introspection/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Glib/Object/Introspection/Install/
|
||||
-rw-r--r-- root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/Glib/Object/Introspection/Install/Files.pm
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Glib/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Glib/Object/
|
||||
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Glib/Object/Introspection/
|
||||
-rwxr-xr-x root/root usr/lib/perl5/site_perl/5.24/linux-thread-multi/auto/Glib/Object/Introspection/Introspection.so
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man3/
|
||||
-rw-r--r-- root/root usr/share/man/man3/Glib::Object::Introspection.3pm.gz
|
1
p5-glib-object-introspection/.md5sum
Normal file
1
p5-glib-object-introspection/.md5sum
Normal file
@ -0,0 +1 @@
|
||||
798bca46e5ca8a0b5bae53df2b79f1a1 Glib-Object-Introspection-0.044.tar.gz
|
5
p5-glib-object-introspection/.signature
Normal file
5
p5-glib-object-introspection/.signature
Normal file
@ -0,0 +1,5 @@
|
||||
untrusted comment: verify with /etc/ports/contrib.pub
|
||||
RWSagIOpLGJF317P+DJVpD7FeilnDY3EK5y6Sd95Bbgc6tNUehTtrSScdBAtP0PZ4vEtCu2i39mEVLFQ5LSE2vfSO9Ww4I39xgo=
|
||||
SHA256 (Pkgfile) = d16640fd024c85b09b3dc6f6595f9b8abec4dc8f26c38050eca0db2964fd46b8
|
||||
SHA256 (.footprint) = 793ec0e879607992331b41b6337119f729922e930151b10374879ef29939f494
|
||||
SHA256 (Glib-Object-Introspection-0.044.tar.gz) = 093c47141db683bf8dcbf1c3e7b2ece2b2b5488739197b8b623f50838eb7e734
|
26
p5-glib-object-introspection/Pkgfile
Normal file
26
p5-glib-object-introspection/Pkgfile
Normal file
@ -0,0 +1,26 @@
|
||||
# Description: Dynamically create Perl language bindings
|
||||
# URL: https://metacpan.org/pod/Glib::Object::Introspection
|
||||
# Maintainer: Alexandr Savca, alexandr dot savca89 at gmail dot com
|
||||
# Depends on: p5-glib
|
||||
|
||||
name=p5-glib-object-introspection
|
||||
version=0.044
|
||||
release=1
|
||||
source=(https://cpan.metacpan.org/authors/id/X/XA/XAOC/Glib-Object-Introspection-$version.tar.gz)
|
||||
|
||||
build() {
|
||||
cd Glib-Object-Introspection-$version
|
||||
perl Makefile.PL
|
||||
|
||||
make OPTIMIZE="$CFLAGS"
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
find $PKG -name perllocal.pod \
|
||||
-o -name "*.bs" \
|
||||
-o -name .packlist \
|
||||
-o -name autosplit.ix \
|
||||
| xargs rm -f
|
||||
|
||||
find $PKG -depth -type d -empty -delete
|
||||
find $PKG -type f -a -perm -u-w | xargs chmod u+w
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user