blob: 7dc07f9536c641bebd007df29ceca6db8734377a (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/make -f
DEB_CABAL_PACKAGE = xmonad-extras
DEB_DEFAULT_COMPILER = ghc
DEB_SETUP_GHC6_CONFIGURE_ARGS = -f-with_hint -f-with_mpd
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/hlibrary.mk
|