Re: [Slackbuilds-users] libnfc submission.

2022-02-21 Thread Fernando Lopez
thank you buddy! :)

On Mon, Feb 21, 2022 at 6:22 PM Robby Workman 
wrote:

> Added in my git branch; thanks!
>
> -RW
>
> On Mon, 21 Feb 2022 16:54:35 -0700
> Fernando Lopez  wrote:
>
> > here you go! thanks! :)
> >
> > On Mon, Feb 21, 2022 at 4:10 PM Robby Workman
> >  wrote:
> >
> > > On Mon, 21 Feb 2022 11:33:36 -0700
> > > Fernando Lopez  wrote:
> > >
> > > > can we add this to the repo? thank you.
> > >
> > >
> > > It looks like it needs at least one dep that isn't documented:
> > > pcsc-lite
> > >
> > > Re the move from $PKG/usr/lib to $PKG/usr/lib64, try adding this to
> > > the cmake options:
> > >
> > >   -DCMAKE_INSTALL_LIBDIR=/usr/lib${LIBDIRSUFFIX}
> > >
> > > Use /lib/udev instead of /etc/udev
> > >
> > > Use /lib/modprobe.d instead of /etc/modprobe.d
> > >
> > > This should be sufficient for the docs copying:
> > >
> > > cp -a \
> > >   AUTHORS COPYING ChangeLog HACKING.md NEWS.md README.md
> > > manual-test-results.txt \
> > >   $PKG/usr/doc/$PRGNAM-$VERSION
> > >
> > >
> > > Please address the above concerns and send an updated try :-)
> > >
> > > -RW
> > > ___
> > > SlackBuilds-users mailing list
> > > SlackBuilds-users@slackbuilds.org
> > > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> > > Archives -
> > > https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ -
> > > https://slackbuilds.org/faq/
> > >
> > >
> >
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>

-- 


Regards,
Fernando Lopez Jr.
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] libnfc submission.

2022-02-21 Thread Robby Workman
Added in my git branch; thanks!

-RW

On Mon, 21 Feb 2022 16:54:35 -0700
Fernando Lopez  wrote:

> here you go! thanks! :)
> 
> On Mon, Feb 21, 2022 at 4:10 PM Robby Workman
>  wrote:
> 
> > On Mon, 21 Feb 2022 11:33:36 -0700
> > Fernando Lopez  wrote:
> >  
> > > can we add this to the repo? thank you.  
> >
> >
> > It looks like it needs at least one dep that isn't documented:
> > pcsc-lite
> >
> > Re the move from $PKG/usr/lib to $PKG/usr/lib64, try adding this to
> > the cmake options:
> >
> >   -DCMAKE_INSTALL_LIBDIR=/usr/lib${LIBDIRSUFFIX}
> >
> > Use /lib/udev instead of /etc/udev
> >
> > Use /lib/modprobe.d instead of /etc/modprobe.d
> >
> > This should be sufficient for the docs copying:
> >
> > cp -a \
> >   AUTHORS COPYING ChangeLog HACKING.md NEWS.md README.md
> > manual-test-results.txt \
> >   $PKG/usr/doc/$PRGNAM-$VERSION
> >
> >
> > Please address the above concerns and send an updated try :-)
> >
> > -RW
> > ___
> > SlackBuilds-users mailing list
> > SlackBuilds-users@slackbuilds.org
> > https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> > Archives -
> > https://lists.slackbuilds.org/pipermail/slackbuilds-users/ FAQ -
> > https://slackbuilds.org/faq/
> >
> >  
> 


pgp0vU84N_O24.pgp
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] libnfc submission.

2022-02-21 Thread Fernando Lopez
here you go! thanks! :)

On Mon, Feb 21, 2022 at 4:10 PM Robby Workman 
wrote:

> On Mon, 21 Feb 2022 11:33:36 -0700
> Fernando Lopez  wrote:
>
> > can we add this to the repo? thank you.
>
>
> It looks like it needs at least one dep that isn't documented: pcsc-lite
>
> Re the move from $PKG/usr/lib to $PKG/usr/lib64, try adding this to the
> cmake options:
>
>   -DCMAKE_INSTALL_LIBDIR=/usr/lib${LIBDIRSUFFIX}
>
> Use /lib/udev instead of /etc/udev
>
> Use /lib/modprobe.d instead of /etc/modprobe.d
>
> This should be sufficient for the docs copying:
>
> cp -a \
>   AUTHORS COPYING ChangeLog HACKING.md NEWS.md README.md
> manual-test-results.txt \
>   $PKG/usr/doc/$PRGNAM-$VERSION
>
>
> Please address the above concerns and send an updated try :-)
>
> -RW
> ___
> SlackBuilds-users mailing list
> SlackBuilds-users@slackbuilds.org
> https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
> Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
> FAQ - https://slackbuilds.org/faq/
>
>

-- 


Regards,
Fernando Lopez Jr.


libnfc.tar.xz
Description: application/xz
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



Re: [Slackbuilds-users] libnfc submission.

2022-02-21 Thread Robby Workman
On Mon, 21 Feb 2022 11:33:36 -0700
Fernando Lopez  wrote:

> can we add this to the repo? thank you.


It looks like it needs at least one dep that isn't documented: pcsc-lite

Re the move from $PKG/usr/lib to $PKG/usr/lib64, try adding this to the cmake 
options:

  -DCMAKE_INSTALL_LIBDIR=/usr/lib${LIBDIRSUFFIX}

Use /lib/udev instead of /etc/udev

Use /lib/modprobe.d instead of /etc/modprobe.d

This should be sufficient for the docs copying:

cp -a \
  AUTHORS COPYING ChangeLog HACKING.md NEWS.md README.md 
manual-test-results.txt \
  $PKG/usr/doc/$PRGNAM-$VERSION


Please address the above concerns and send an updated try :-)

-RW 


pgpJzJ4Bf_RM7.pgp
Description: OpenPGP digital signature
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/



[Slackbuilds-users] libnfc submission.

2022-02-21 Thread Fernando Lopez
can we add this to the repo? thank you.

-- 


Regards,
Fernando Lopez Jr.


libnfc.tar.xz
Description: application/xz
___
SlackBuilds-users mailing list
SlackBuilds-users@slackbuilds.org
https://lists.slackbuilds.org/mailman/listinfo/slackbuilds-users
Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/
FAQ - https://slackbuilds.org/faq/