summaryrefslogtreecommitdiff
path: root/community/linuxdcpp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
committerroot <root@rshg054.dnsready.net>2013-07-17 00:58:52 -0700
commitdee9f17b595ea903a982d31d1124b302bb17e2ff (patch)
tree295fdab78e28e1952fbc13ce824d57c88ede4e3b /community/linuxdcpp
parent380530d02a5449fdef97b63b394a6743c3de0092 (diff)
Wed Jul 17 00:58:51 PDT 2013
Diffstat (limited to 'community/linuxdcpp')
-rw-r--r--community/linuxdcpp/PKGBUILD30
-rw-r--r--community/linuxdcpp/linuxdcpp.install12
2 files changed, 0 insertions, 42 deletions
diff --git a/community/linuxdcpp/PKGBUILD b/community/linuxdcpp/PKGBUILD
deleted file mode 100644
index 28f0261c0..000000000
--- a/community/linuxdcpp/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Maintainer: Jelle van der waa <jelle@vdwaa.nl>
-# Contributor: SpepS <dreamspepser at yahoo dot it>
-# Contributor: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Tom K <tom@archlinux.org>
-
-pkgname=linuxdcpp
-pkgver=1.1.0
-pkgrel=3
-pkgdesc="A Gtk+ Direct Connect client based on DC++."
-url="https://launchpad.net/linuxdcpp/"
-license=('GPL')
-arch=('i686' 'x86_64')
-depends=('openssl' 'glib2' 'libglade' 'bzip2' 'libnotify' 'hicolor-icon-theme')
-makedepends=('scons' 'boost')
-conflicts=('linuxdcpp-bzr')
-install=$pkgname.install
-source=("$url${pkgver%%.?}/$pkgver/+download/$pkgname-$pkgver.tar.bz2")
-md5sums=('037de708bdb1e5dd7ac6c359b0e2c1a0')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- scons PREFIX=/usr
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
-
- scons install FAKE_ROOT="$pkgdir/"
-}
diff --git a/community/linuxdcpp/linuxdcpp.install b/community/linuxdcpp/linuxdcpp.install
deleted file mode 100644
index bce670aff..000000000
--- a/community/linuxdcpp/linuxdcpp.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}