summaryrefslogtreecommitdiff
path: root/community/mercury
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-11-15 14:34:01 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-11-15 14:34:01 +0000
commit28b13b7e8e6e1e4fa1593f0dfb1c37569f2f90a8 (patch)
treeb5961b2312f5afe599dba0d1b9a3b6f6e3d04091 /community/mercury
parent3d151dfc8e08b65c2c1d4b5e8081562d56ee7d41 (diff)
Tue Nov 15 14:33:58 UTC 2011
Diffstat (limited to 'community/mercury')
-rw-r--r--community/mercury/PKGBUILD36
-rw-r--r--community/mercury/license.txt8
2 files changed, 0 insertions, 44 deletions
diff --git a/community/mercury/PKGBUILD b/community/mercury/PKGBUILD
deleted file mode 100644
index be8e30945..000000000
--- a/community/mercury/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-#$Id: PKGBUILD 2282 2009-09-14 07:35:54Z giovanni $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: DaNiMoTh <jjdanimoth@gmail.com>
-
-pkgname=mercury
-pkgver=1.9.5
-pkgrel=2
-pkgdesc="Java Based MSN client."
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://www.mercury.im"
-depends=('java-runtime' 'libxss' 'libxt')
-makedepends=('rpmextract')
-source=(http://thebachman.info/public/Versions_Ubuntu/${pkgname}-messenger-${pkgver}-2.all.rpm
- "license.txt")
-md5sums=('7d5835cf1ac7864386efe42b9cf67d6b'
- '6ce0e815d63db6ac55a28e8d52c3f8da')
-
-build() {
- cd "$srcdir"
-
- rpmextract.sh ${pkgname}-messenger-${pkgver}-2.all.rpm
-
- install -d "$pkgdir/usr/share/java/mercury"
- cp -r usr "$pkgdir"
- mv "$pkgdir/usr/share/mercury" "$pkgdir/usr/share/java/"
-
- # FS#16171
- find ${pkgdir} -type f -exec chmod -R 644 {} \;
- find ${pkgdir} -type d -exec chmod 755 {} \;
- chmod 755 ${pkgdir}/usr/share/java/mercury/startup/startup_linux.sh
-
- install -D -m644 "$srcdir/license.txt" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
- rm -rf "$pkgdir/usr/bin/mercury"
- ln -s /usr/share/java/mercury/startup/startup_linux.sh "$pkgdir/usr/bin/mercury"
-}
diff --git a/community/mercury/license.txt b/community/mercury/license.txt
deleted file mode 100644
index 43e416eff..000000000
--- a/community/mercury/license.txt
+++ /dev/null
@@ -1,8 +0,0 @@
-Mercury is Freeware. It is not distributed with source code since it's closed source.
-
-You are allowed to change the setting files.
-You are allowed to redistribute Mercury.
-
-http://www.mercury.to/index.php?page=Wiki&wikipage=License
-
-