summaryrefslogtreecommitdiff
path: root/community/alltray/PKGBUILD
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/alltray/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/alltray/PKGBUILD')
-rw-r--r--community/alltray/PKGBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/community/alltray/PKGBUILD b/community/alltray/PKGBUILD
deleted file mode 100644
index 9ff9a652a..000000000
--- a/community/alltray/PKGBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# $Id: PKGBUILD 65283 2012-02-20 15:18:04Z spupykin $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Maintainer : James Rayner <iphitus@gmail.com>
-# Contributor: Roberto Salas <ro0xito@gmail.com>
-
-pkgname=alltray
-pkgver=0.7.5.1dev
-pkgrel=1
-pkgdesc="Drops any app in the tray."
-license=('GPL')
-arch=('i686' 'x86_64')
-url="http://alltray.trausch.us/"
-depends=('libxpm' 'libgtop' 'libwnck')
-options=('!libtool')
-source=(https://code.launchpad.net/alltray/trunk/${pkgver}/+download/alltray-${pkgver}.tar.gz)
-md5sums=('5842253b89a5943031b5a02bbd8fd4fb')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr
- make
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install
-}