Files
entropy/spritz/src/Makefile
T
(no author) 4ef75de0ef Spritz:
- started (treeview not working yet) to import the Entropy Packages Notification Applet to trunk
  it needs notify-python (or python-notify)
  a further commit will be made to complete the job (eheh)


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1413 cd1c1023-2f26-0410-ae45-c471fc1f0318
2008-03-05 20:24:29 +00:00

15 lines
351 B
Makefile

PKGDIR = /usr/lib/entropy/spritz
all:
@../tools/py-compile *.py
clean:
rm -fv *.pyc *.pyo *~ *.bak *.gladep
rm -fv etpgui/*.pyc etpgui/*.pyo etpgui/*~
rm -fv applet/*.pyc etpgui/*.pyo applet/*~
install:
mkdir -p $(DESTDIR)/usr/lib/entropy/spritz
install -m755 *.py $(DESTDIR)/$(PKGDIR)/.
install -m644 spritz.glade $(DESTDIR)/$(PKGDIR)/.