/[svn]/liblscp/trunk/debian/rules
ViewVC logotype

Diff of /liblscp/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3865 by capela, Sun Jun 30 17:01:00 2019 UTC revision 3866 by capela, Sat Mar 27 12:17:51 2021 UTC
# Line 4  Line 4 
4    
5  override_dh_auto_configure:  override_dh_auto_configure:
6          # Add here commands to configure the package.          # Add here commands to configure the package.
7          ./autogen.sh          cmake -DCMAKE_INSTALL_PREFIX=/usr \
8          ./configure --prefix=/usr                -DCMAKE_INSTALL_LIBDIR=lib  .
9          # --- end custom part for configure          # --- end custom part for configure
   
 override_dh_clean:  
         # Add here commands to clean up after the build process.  
         ./autogen.sh clean  
         # --- end custom part for cleaning up  
   
         dh_clean  

Legend:
Removed from v.3865  
changed lines
  Added in v.3866

  ViewVC Help
Powered by ViewVC