Changeset 757e1e0 for protocols/skype


Ignore:
Timestamp:
2013-01-01T16:19:09Z (11 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
62a2bf9
Parents:
e1d6b38
Message:

skype: remove unused build system targets, references to git

Location:
protocols/skype
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • protocols/skype/HACKING

    re1d6b38 r757e1e0  
    1717
    18184) irssi
    19 
    20 == Get the code from git
    21 
    22 To get the code directly from git, you need:
    23 
    24 git clone git://vmiklos.hu/bitlbee-skype
    25 cd bitlbee-skype
    26 make autogen
  • protocols/skype/Makefile

    re1d6b38 r757e1e0  
    44endif
    55
    6 VERSION = 0.9.0
    76DATE := $(shell date +%Y-%m-%d)
    8 # latest stable
    9 BITLBEE_VERSION = 3.0.1
    107INSTALL = install
    118ASCIIDOC = yes
     
    1714endif
    1815
    19 ifeq ($(BITLBEE),yes)
    20 LIBS = skype.$(SHARED_EXT)
    21 else
    22 LIBS =
    23 endif
    24 
    25 all: $(LIBS) $(MANPAGES)
    26 
    27 skype.$(SHARED_EXT): $(_SRCDIR_)skype.c config.mak
    28 ifeq ($(BITLBEE),yes)
    29         $(CC) $(CFLAGS) $(SHARED_FLAGS) -o skype.$(SHARED_EXT) $(_SRCDIR_)skype.c $(LDFLAGS)
    30 endif
    31 
    32 install: all install-doc
    33 ifeq ($(BITLBEE),yes)
    34         $(INSTALL) -d $(DESTDIR)$(plugindir)
    35         $(INSTALL) skype.$(SHARED_EXT) $(DESTDIR)$(plugindir)
    36 endif
    37 ifeq ($(SKYPE4PY),yes)
    38         $(INSTALL) -d $(DESTDIR)$(bindir)
    39         $(INSTALL) -d $(DESTDIR)$(sysconfdir)
    40         $(INSTALL) skyped.py $(DESTDIR)$(bindir)/skyped
    41         perl -p -i -e 's|/usr/local/etc/skyped|$(sysconfdir)|' $(DESTDIR)$(bindir)/skyped
    42         $(INSTALL) -m644 skyped.conf.dist $(DESTDIR)$(sysconfdir)/skyped.conf
    43         perl -p -i -e 's|\$${prefix}|$(prefix)|' $(DESTDIR)$(sysconfdir)/skyped.conf
    44         $(INSTALL) -m644 skyped.cnf $(DESTDIR)$(sysconfdir)
    45 endif
    46 
    47 client: $(_SRCDIR_)client.c
    48 
    49 autogen: configure.ac
    50         cp $(shell ls /usr/share/automake-*/install-sh | tail -n1) ./
    51         autoconf
     16all: $(MANPAGES)
    5217
    5318clean:
    54         rm -f $(LIBS) $(MANPAGES)
    55 
    56 distclean: clean
    57         rm -f config.log config.mak config.status $(MANPAGES)
    58 
    59 autoclean: distclean
    60         rm -rf aclocal.m4 autom4te.cache configure install-sh
     19        rm -f $(MANPAGES)
    6120
    6221# take this from the kernel
     
    6625test: all
    6726        $(MAKE) -C t/ all
    68 
    69 dist:
    70         git archive --format=tar --prefix=bitlbee-skype-$(VERSION)/ HEAD | tar xf -
    71         mkdir -p bitlbee-skype-$(VERSION)
    72         git log --no-merges |git name-rev --tags --stdin > bitlbee-skype-$(VERSION)/Changelog
    73         make -C bitlbee-skype-$(VERSION) autogen
    74         tar czf bitlbee-skype-$(VERSION).tar.gz bitlbee-skype-$(VERSION)
    75         rm -rf bitlbee-skype-$(VERSION)
    76 
    77 release:
    78         git tag $(VERSION)
    79         $(MAKE) dist
    80         gpg --comment "See http://vmiklos.hu/gpg/ for info" \
    81                 -ba bitlbee-skype-$(VERSION).tar.gz
    8227
    8328doc: $(MANPAGES)
     
    9237        rm -f $(DESTDIR)$(MANDIR)/man1/skyped.1*
    9338
    94 HEADER.html: README Makefile
    95         asciidoc -a toc -a numbered -a sectids -o HEADER.html -a icons -a data-uri --attribute iconsdir=./images/icons README
    96         sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html
    97         sed -i 's|@BITLBEE_VERSION@|$(BITLBEE_VERSION)|g' HEADER.html
    98 
    99 Changelog: .git/refs/heads/master
    100         git log --no-merges |git name-rev --tags --stdin >Changelog
    101 
    102 AUTHORS: .git/refs/heads/master
    103         git shortlog -s -n |sed 's/.*\t//'> AUTHORS
    104 
    10539%.1: $(_SRCDIR_)%.txt $(_SRCDIR_)asciidoc.conf
    106         a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" \
    107                 -a bs_version=$(VERSION) -a bs_date=$(DATE) -f manpage -D . $<
     40        a2x --asciidoc-opts="-f $(_SRCDIR_)asciidoc.conf" -a bee_date=$(DATE) -f manpage -D . $<
  • protocols/skype/README

    re1d6b38 r757e1e0  
    374374
    375375If something does not work and it's not in the TODO section, then please
    376 contact me! Please also try the link:HACKING[git version] before reporting a bug, your
     376contact me! Please also try the bzr version before reporting a bug, your
    377377problem may be already fixed there.
    378378
     
    393393
    394394== Additional resources
    395 
    396 You can reach the Changelog link:Changelog[here], and a gitweb interface
    397 http://vmiklos.hu/gitweb/?p=bitlbee-skype.git[here].
    398395
    399396The Skype API documentation is
  • protocols/skype/asciidoc.conf

    re1d6b38 r757e1e0  
    55<refentry>
    66        <refentryinfo>
    7                 <date>{bs_date}</date>
     7                <date>{bee_date}</date>
    88        </refentryinfo>
    99        <refmeta>
    1010                <refentrytitle>{mantitle}</refentrytitle>
    1111                <manvolnum>{manvolnum}</manvolnum>
    12                 <refmiscinfo class="source">bitlbee-skype</refmiscinfo>
    13                 <refmiscinfo class="version">{bs_version}</refmiscinfo>
    14                 <refmiscinfo class="manual">bitlbee-skype manual</refmiscinfo>
     12                <refmiscinfo class="source">BitlBee</refmiscinfo>
     13                <refmiscinfo class="manual">BitlBee manual</refmiscinfo>
    1514        </refmeta>
    1615        <refnamediv>
  • protocols/skype/skyped.txt

    re1d6b38 r757e1e0  
    1212
    1313Skype supports remote control of the GUI client only via X11 or DBus
    14 messages. This is hard in care you want remote control. This daemon
     14messages. This is hard in case you want remote control. This daemon
    1515listens on a TCP port and runs on the same machine where the GUI client
    1616runs. It passes all the input it gets to Skype directly, except for a
Note: See TracChangeset for help on using the changeset viewer.