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

Annotation of /liblscp/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log


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

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC