summaryrefslogtreecommitdiff
path: root/community/linuxdcpp
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/linuxdcpp
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 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
-}