diff options
author | Thomas Raschbacher <lordvan@gentoo.org> | 2003-08-21 08:21:53 +0000 |
---|---|---|
committer | Thomas Raschbacher <lordvan@gentoo.org> | 2003-08-21 08:21:53 +0000 |
commit | 0a80ef6d959e3ee95bcaeb23d3498ad6905a1558 (patch) | |
tree | c2a60641a79e039beace610dfd50c0ca82ada4e3 /net-im/imcom/files | |
parent | new version + cleanup (diff) | |
download | historical-0a80ef6d959e3ee95bcaeb23d3498ad6905a1558.tar.gz historical-0a80ef6d959e3ee95bcaeb23d3498ad6905a1558.tar.bz2 historical-0a80ef6d959e3ee95bcaeb23d3498ad6905a1558.zip |
new version + cleanup
Diffstat (limited to 'net-im/imcom/files')
-rw-r--r-- | net-im/imcom/files/Makefile-1.31 | 48 | ||||
-rw-r--r-- | net-im/imcom/files/digest-imcom-0.92 | 1 | ||||
-rw-r--r-- | net-im/imcom/files/digest-imcom-0.93 | 1 | ||||
-rw-r--r-- | net-im/imcom/files/digest-imcom-1.30_beta9 | 1 | ||||
-rw-r--r-- | net-im/imcom/files/digest-imcom-1.31 | 1 |
5 files changed, 49 insertions, 3 deletions
diff --git a/net-im/imcom/files/Makefile-1.31 b/net-im/imcom/files/Makefile-1.31 new file mode 100644 index 000000000000..136ec54388fe --- /dev/null +++ b/net-im/imcom/files/Makefile-1.31 @@ -0,0 +1,48 @@ +prefix= ${DESTDIR}/usr +exec_prefix = ${prefix} +bindir = ${exec_prefix}/bin +datadir = ${prefix}/share +docdir = ${prefix}/share/imcom/docs +mandir = ${prefix}/man + +all: + find ./ -type f -exec chmod a-x '{}' ';' + chmod +x imcom CLI.py LogHandler.py AccountCreator.py + +install: install-bin install-doc + +install-bin: install-modules + install -d -m 0755 ${bindir} + install -m 0755 imcom ${bindir} + +install-modules: + install -d -m 0755 ${datadir}/imcom + install -d -m 0755 ${datadir}/imcom/modules + install -m 0644 *.py ${datadir}/imcom + install -m 0644 modules/*.py ${datadir}/imcom/modules + install -m 0755 CLI.py LogHandler.py AccountCreator.py ${datadir}/imcom + +install-doc: + install -d -m 0755 ${docdir} + install -d -m 0755 ${mandir}/man1 + install -m 0755 docs/*.html ${docdir} + install -m 0755 CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${docdir} + install -m 0755 docs/imcom.1 ${mandir}/man1/imcom.1 + + +uninstall: + rm -rf ${docdir} + 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 autom4te.cache + rm -f imcom Makefile + chmod a-x CLI.py LogHandler.py AccountCreator.py + rm -f *~ .#* + +.PHONY: distclean clean unstall install all install-modules install-bin install-doc diff --git a/net-im/imcom/files/digest-imcom-0.92 b/net-im/imcom/files/digest-imcom-0.92 deleted file mode 100644 index 40e84192e5ab..000000000000 --- a/net-im/imcom/files/digest-imcom-0.92 +++ /dev/null @@ -1 +0,0 @@ -MD5 a2b3147092566211a555966039d743c2 imcom-0.92.tar.gz 224769 diff --git a/net-im/imcom/files/digest-imcom-0.93 b/net-im/imcom/files/digest-imcom-0.93 deleted file mode 100644 index 1742845b5787..000000000000 --- a/net-im/imcom/files/digest-imcom-0.93 +++ /dev/null @@ -1 +0,0 @@ -MD5 0e63d044c48490cb84a326a64b2760c9 imcom-0.93.tar.gz 367948 diff --git a/net-im/imcom/files/digest-imcom-1.30_beta9 b/net-im/imcom/files/digest-imcom-1.30_beta9 deleted file mode 100644 index 052da8a5670c..000000000000 --- a/net-im/imcom/files/digest-imcom-1.30_beta9 +++ /dev/null @@ -1 +0,0 @@ -MD5 32110b6e7aca090de38635ecba43b85c imcom-1.30beta9.tar.gz 300274 diff --git a/net-im/imcom/files/digest-imcom-1.31 b/net-im/imcom/files/digest-imcom-1.31 new file mode 100644 index 000000000000..4affa3704e72 --- /dev/null +++ b/net-im/imcom/files/digest-imcom-1.31 @@ -0,0 +1 @@ +MD5 39e910c77d696ea3b607ec34f113b93b imcom-1.31.tar.gz 280266 |