Changeset 3b495c0


Ignore:
Timestamp:
2008-01-15T03:10:35Z (16 years ago)
Author:
Miklos Vajna <vmiklos@…>
Branches:
master
Children:
15282dc
Parents:
57f0440
Message:

add @version@ magic and prefer tarballs
people hate autotools (well, i can understand them as i hate automake as well),
so prefer the tarball method where you can avoid make prepare

Location:
skype
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • skype/Makefile

    r57f0440 r3b495c0  
    4949        ln -s README HEADER.txt
    5050        asciidoc -a toc -a numbered -a sectids HEADER.txt
     51        sed -i 's|@VERSION@|$(VERSION)|g' HEADER.html
    5152        rm HEADER.txt
    5253
  • skype/README

    r57f0440 r3b495c0  
    7575
    7676----
    77 $ git clone git://vmiklos.hu/bitlbee-skype
    78 ----
    79 
    80 (Or you can use the tarballs below, see the Changelog about what
    81 features/bugfixes will you miss in this case).
    82 
    83 NOTE: It doesn't matter where do you get it, it'll install the plugin to
    84 `/usr/local` by default (that's the location where BitlBee searches for plugins
    85 by default).
     77$ wget http://vmiklos.hu/project/bitlbee-skype/bitlbee-skype-@VERSION@.tar.gz
     78$ tar xf bitlbee-skype-@VERSION@.tar.gz
     79$ cd bitlbee-skype-@VERSION@
     80----
     81
     82NOTE: Alternatively, if you want to test the latest code, you can use `git
     83clone git://vmiklos.hu/bitlbee-skype` to get the code directly from git.
     84
     85It doesn't matter where do you get it, it'll install the plugin to `/usr/local`
     86by default (that's the location where BitlBee searches for plugins by default).
    8687
    8788- Compile and install it:
Note: See TracChangeset for help on using the changeset viewer.