bentglasstube / Net-MPD

5 stars 1 forks source link

Can't build from source #12

Closed Tonus1 closed 4 years ago

Tonus1 commented 4 years ago

Hi, Might be missing something but I only have this :

Net-MPD-0.07/                                                                                                                                  
Net-MPD-0.07/.gitignore                                                                                                                        
Net-MPD-0.07/Build.PL                                                                                                                          
Net-MPD-0.07/Changes                                                                                                                           Net-MPD-0.07/META.json                                                                     
Net-MPD-0.07/README.md                                                                                                                         
Net-MPD-0.07/cpanfile                                                                                                                          Net-MPD-0.07/dist.ini                                                                                                                          Net-MPD-0.07/lib/                                                                                                                              Net-MPD-0.07/lib/Net/                                                                                                                          Net-MPD-0.07/lib/Net/MPD.pm                                                                                                                    Net-MPD-0.07/lib/Net/MPD/                                                                                                                      Net-MPD-0.07/lib/Net/MPD/Response.pm                                                                                                           Net-MPD-0.07/t/                                                                                                                                Net-MPD-0.07/t/basic.t                                                                                                                         Creating new 'Build' script for 'Net-MPD' version '0.07'                                                                                       
make: *** No targets specified and no makefile found. Stop.

Since I am trying to package that, any help would be nice !

bentglasstube commented 4 years ago

On Sun, Dec 22, 2019 at 04:07:41AM -0800, Tonus1 wrote:

What are you trying to do here? This module is written in pure perl. There is nothing to compile or build per se.

-- Alan Berndt

Success consists of going from failure to failure without loss of enthusiasm.

Tonus1 commented 4 years ago

Hi, Using Slackware here and totally noob with perl. I was trying to package this module using the wrong option of the slackbuild template for perl modules. I stand corrected and managed to build my package. Thank you for your input.