enlightenment/debian/rules

19 lines
676 B
Makefile

#!/usr/bin/make -f
include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/class/autotools.mk
DEB_FIXPERMS_EXCLUDE := enlightenment_sys freqset tempget batget
install/enlightenment::
mkdir debian/enlightenment/etc
mv debian/tmp/usr/etc/enlightenment debian/enlightenment/etc/
find debian/tmp/usr/lib/enlightenment/modules/cpufreq/ -name 'freqset' -exec chmod 4755 {} \;
find debian/tmp/usr/lib/enlightenment/modules/temperature/ -name 'tempget' -exec chmod 4755 {} \;
find debian/tmp/usr/lib/enlightenment/modules/temperature/ -name 'batget' -exec chmod 4755 {} \;
chmod 4555 debian/tmp/usr/bin/enlightenment_sys
clean::
./autogen.sh --prefix=/usr