You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
801 B
21 lines
801 B
#!/usr/bin/make -f |
|
|
|
include /usr/share/cdbs/1/rules/debhelper.mk |
|
include /usr/share/cdbs/1/class/autotools.mk |
|
|
|
DEB_CONFIGURE_SCRIPT := ./autogen.sh |
|
DEB_FIXPERMS_EXCLUDE := enlightenment_sys freqset tempget batget |
|
DEB_MAKE_CLEAN_TARGET := distclean |
|
DEB_INSTALL_MANPAGES_e17 := $(DEB_SRCDIR)/debian/enlightenment.1 $(DEB_SRCDIR)/debian/enlightenment_*.1 |
|
DEB_DH_STRIP_ARGS := --dbg-package=e17-dbg |
|
DEB_CONFIGURE_EXTRA_FLAGS := --disable-rpath --sysconfdir=/etc |
|
CFLAGS += -fvisibility=hidden |
|
LDFLAGS += -fvisibility=hidden |
|
|
|
binary-predeb/e17:: |
|
chmod 4755 debian/e17/usr/lib/enlightenment/utils/enlightenment_sys |
|
chmod 4755 debian/e17/usr/lib/enlightenment/modules/cpufreq/*/freqset |
|
chmod 4755 debian/e17/usr/lib/enlightenment/modules/temperature/*/tempget |
|
|
|
clean:: |
|
[ ! -f Makefile ] || make distclean
|
|
|