diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2003-03-31 09:09:22 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2003-03-31 09:09:22 +0000 |
commit | 59213f11e3a9e3736d2b286dec55def4893728d7 (patch) | |
tree | 471df5e7aecbc8ce6ccd765543d13ff07342a3f8 /net-im/imcom/files | |
parent | unmask (diff) | |
download | historical-59213f11e3a9e3736d2b286dec55def4893728d7.tar.gz historical-59213f11e3a9e3736d2b286dec55def4893728d7.tar.bz2 historical-59213f11e3a9e3736d2b286dec55def4893728d7.zip |
new version
Diffstat (limited to 'net-im/imcom/files')
-rw-r--r-- | net-im/imcom/files/Makefile-1.30_beta8 | 38 | ||||
-rw-r--r-- | net-im/imcom/files/digest-imcom-1.30_beta8 | 1 |
2 files changed, 39 insertions, 0 deletions
diff --git a/net-im/imcom/files/Makefile-1.30_beta8 b/net-im/imcom/files/Makefile-1.30_beta8 new file mode 100644 index 000000000000..587f0a3b2ac7 --- /dev/null +++ b/net-im/imcom/files/Makefile-1.30_beta8 @@ -0,0 +1,38 @@ +prefix=/usr +exec_prefix = ${prefix} +bindir = ${exec_prefix}/bin +datadir = ${prefix}/share +mandir = ${prefix}/man + +all: + chmod +x imcom CLI.py LogHandler.py AccountCreator.py + +install: all install-docs + mkdir -p ${DESTDIR}/${datadir}/imcom + cp *.py ${DESTDIR}/${datadir}/imcom + mkdir -p ${DESTDIR}/${bindir} + cp imcom ${DESTDIR}/${bindir} + +install-docs: + mkdir -p ${DESTDIR}/${datadir}/doc/imcom${MYVER} + cp docs/*.html ${DESTDIR}/${datadir}/doc/imcom${MYVER} + cp CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${DESTDIR}/${datadir}/doc/imcom${MYVER} + mkdir -p ${DESTDIR}/${mandir}/man1/ + cp docs/imcom.1 ${DESTDIR}/${mandir}/man1/imcom.1 + + + +uninstall: + rm -rf ${datadir}/imcom + rm -f ${bindir}/imcom + rm -f ${mandir}/man1/imcom.1 + +clean: + rm -f config.status config.log config.cache *.pyc + +distclean: clean + rm -rf CVS docs/CVS + rm -f imcom Makefile + rm -f docs/imcom.7 + chmod a-x CLI.py LogHandler.py AccountCreator.py + rm -f *~ .#* diff --git a/net-im/imcom/files/digest-imcom-1.30_beta8 b/net-im/imcom/files/digest-imcom-1.30_beta8 new file mode 100644 index 000000000000..3807b350c541 --- /dev/null +++ b/net-im/imcom/files/digest-imcom-1.30_beta8 @@ -0,0 +1 @@ +MD5 d53626d8db67953524d2964048274491 imcom-1.30beta8.tar.gz 292109 |