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

Contents of /qsampler/trunk/debian/rules

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3517 - (show annotations) (download)
Fri Jun 21 14:10:13 2019 UTC (4 years, 9 months ago) by capela
File size: 331 byte(s)
- First attempt to debianize on debhelper v3.9.7+
1 #!/usr/bin/make -f
2 %:
3 dh $@
4
5 override_dh_auto_configure:
6 # Add here commands to configure the package.
7 ./autogen.sh
8 ./configure --prefix=/usr
9 # --- end custom part for configure
10
11 override_dh_clean:
12 # Add here commands to clean up after the build process.
13 ./autogen.sh clean
14 # --- end custom part for cleaning up
15
16 dh_clean

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC