source: git/debian/rules @ e4e36c

spielwiese
Last change on this file since e4e36c was 72aae3, checked in by Mathias Schulze <mschulze@…>, 11 years ago
Initial Redhat package support * new folder redhat containing singular.spec file * README files for debian and redhat * moved moved debian/icons to desktop (now used by both debian and redhat) * updated Makefile.am, configure.ac, debian/control, debian/rules
  • Property mode set to 100755
File size: 379 bytes
Line 
1#!/usr/bin/make -f
2
3%:
4        dh $@
5
6override_dh_auto_configure:
7        dh_auto_configure -- --enable-gfanlib
8
9override_dh_auto_install:
10        dh_auto_install
11        install desktop/Singular.desktop debian/singular-common/usr/share/applications
12        install desktop/Singular-manual.desktop debian/singular-common/usr/share/applications
13        install desktop/Singular.png debian/singular-common/usr/share/icons
14
Note: See TracBrowser for help on using the repository browser.