- Timestamp:
- 2007-08-21T18:55:32Z (17 years ago)
- Branches:
- master
- Children:
- 05c1bed
- Parents:
- 8e3058b
- Location:
- skype
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
skype/Makefile
r8e3058b r2fcad6e 4 4 $(CC) $(CFLAGS) -shared -o skype.so skype.c $(LDFLAGS) 5 5 6 install: skype.so 6 install: skype.so skyped.py 7 7 $(INSTALL) -d $(DESTDIR)$(plugindir) 8 $(INSTALL) -d $(DESTDIR)$(sbindir) 8 9 $(INSTALL) skype.so $(DESTDIR)$(plugindir) 10 $(INSTALL) skyped.py $(DESTDIR)$(sbindir)/skyped 9 11 10 12 client: client.c -
skype/README
r8e3058b r2fcad6e 65 65 ---- 66 66 67 - Start skyped(the tcp server):67 - Start Skype and `skyped` (the tcp server): 68 68 69 69 ---- 70 python skyped.py 70 skype 71 skyped 71 72 ---- 72 73 … … 116 117 == What needs to be done (aka. TODO) 117 118 119 - `--daemon` option for `skyped` 120 118 121 == I would like to have support for ... 119 122 -
skype/config.mak.in
r8e3058b r2fcad6e 4 4 prefix = @prefix@ 5 5 exec_prefix = @exec_prefix@ 6 sbindir = @sbindir@ 6 7 libdir = @libdir@ 7 8 plugindir = ${libdir}/bitlbee
Note: See TracChangeset
for help on using the changeset viewer.