diff --git a/Makefile b/Makefile new file mode 100644 --- /dev/null +++ b/Makefile @@ -0,0 +1 @@ +include ../Makefile.common diff --git a/abi_used_libs b/abi_used_libs new file mode 100644 --- /dev/null +++ b/abi_used_libs @@ -0,0 +1,2 @@ +libc.so.6 +libsane.so.1 diff --git a/package.yml b/package.yml new file mode 100644 --- /dev/null +++ b/package.yml @@ -0,0 +1,33 @@ +name : perl-image-sane +version : 0.14 +release : 1 +source : + - http://search.cpan.org/CPAN/authors/id/R/RA/RATCLIFFE/Image-Sane-0.14.tar.gz : a4b027c9b7650291f1acb0eb93861a7fc45aef4e08f6726843f174fa113c8ba5 +license : Artistic-1.0-Perl +component : programming.perl +summary : Perl extension for the SANE Project +description: | + This module allows you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. +builddeps : + - pkgconfig(ImageMagick) + - pkgconfig(sane-backends) + - perl-class-data-inheritable + - perl-devel-stacktrace + - perl-exception-class + - perl-extutils-depends + - perl-extutils-pkgconfig + - perl-readonly + - perl-test-requires + - perl-try-tiny + - perl-test-pod +rundeps : + - perl-exception-class + - perl-readonly +setup : | + %perl_setup +build : | + %perl_build +install : | + %perl_install +check : | + %perl_build test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml new file mode 100644 --- /dev/null +++ b/pspec_x86_64.xml @@ -0,0 +1,38 @@ + + + perl-image-sane + + Simon Friend + simbiotiqu@gmail.com + + Artistic-1.0-Perl + programming.perl + Perl extension for the SANE Project + This module allows you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. + + https://solus-project.com/sources/README.Solus + + + perl-image-sane + Perl extension for the SANE Project + This module allows you to access SANE-compatible scanners in a Perlish and object-oriented way, freeing you from the casting and memory management in C, yet remaining very close in spirit to original API. + + programming.perl + + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/Image/Sane.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/Image/Sane/Device.pm + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Image/Sane/.packlist + /usr/lib64/perl5/vendor_perl/5.26/x86_64-linux-thread-multi/auto/Image/Sane/Sane.so + /usr/share/man + + + + + 2018-02-25 + 0.14 + Packaging update + Simon Friend + simbiotiqu@gmail.com + + + \ No newline at end of file