1
0
mirror of https://github.com/gryf/gryf-overlay.git synced 2026-03-23 04:53:33 +01:00

initial import

This commit is contained in:
root
2010-02-09 21:25:29 +01:00
commit b2719dc011
1080 changed files with 41656 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
--- Makefile.old 2002-11-10 11:01:05.000000000 -0800
+++ Makefile 2003-03-28 19:37:54.000000000 -0800
@@ -31,9 +31,10 @@
rm -f *.o core *~
install:
- install lib$(NAME).so $(INSTALL-DIR)
- mkdir -p $(XMMS_DATADIR)/$(THEME_SUBDIR)
- install bg_*.xpm $(XMMS_DATADIR)/$(THEME_SUBDIR)
+ mkdir -p $(DESTDIR)/$(INSTALL-DIR)
+ install lib$(NAME).so $(DESTDIR)/$(INSTALL-DIR)
+ mkdir -p $(DESTDIR)/$(XMMS_DATADIR)/$(THEME_SUBDIR)
+ install bg_*.xpm $(DESTDIR)/$(XMMS_DATADIR)/$(THEME_SUBDIR)
release: lib$(NAME).so
strip lib$(NAME).so