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

Contents of /liblscp/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3866 - (show annotations) (download)
Sat Mar 27 12:17:51 2021 UTC (3 years, 1 month ago) by capela
File size: 216 byte(s)
* Switching to CMake build system as for packaging default.
1 #!/usr/bin/make -f
2 %:
3 dh $@
4
5 override_dh_auto_configure:
6 # Add here commands to configure the package.
7 cmake -DCMAKE_INSTALL_PREFIX=/usr \
8 -DCMAKE_INSTALL_LIBDIR=lib .
9 # --- end custom part for configure

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC