#!/usr/bin/env python3# -*- coding: utf-8 -*-## Licensed under the GNU General Public License, version 2# See the file http://www.gnu.org/copyleft/gpl.txtfrominary.actionsapiimportautotoolsfrominary.actionsapiimportinarytoolsfrominary.actionsapiimportgetdefsetup():autotools.configure("--prefix=/usr \ --libexecdir=/usr/lib/xfce4 \ --disable-static \ --disable-debug")defbuild():autotools.make()definstall():autotools.rawInstall("DESTDIR=%s"%get.installDIR())inarytools.dodoc("AUTHORS","ChangeLog","COPYING","HACKING","NEWS","README","THANKS","TODO")