summaryrefslogtreecommitdiff
path: root/testing/xfce4-clipman-plugin/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfce4-clipman-plugin/PKGBUILD')
-rw-r--r--testing/xfce4-clipman-plugin/PKGBUILD36
1 files changed, 0 insertions, 36 deletions
diff --git a/testing/xfce4-clipman-plugin/PKGBUILD b/testing/xfce4-clipman-plugin/PKGBUILD
deleted file mode 100644
index 7f0b3fefb..000000000
--- a/testing/xfce4-clipman-plugin/PKGBUILD
+++ /dev/null
@@ -1,36 +0,0 @@
-# $Id: PKGBUILD 157655 2012-04-29 02:54:00Z foutrelis $
-# Maintainer: tobias <tobias at archlinux.org>
-# Contributor: Aurelien Foret <orelien@chez.com>
-
-pkgname=xfce4-clipman-plugin
-pkgver=1.2.3
-pkgrel=2
-pkgdesc="A clipboard plugin for the Xfce4 panel"
-arch=('i686' 'x86_64')
-license=('GPL')
-url="http://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin"
-groups=('xfce4-goodies')
-depends=('xfce4-panel' 'libunique' 'libxtst')
-makedepends=('intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('61f3be97efa379cb358980c94e14692a')
-
-build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- sed -i 's|$(TARGET_DIR)/C/media|$(docdir)/html/C/media|' doc/Makefile.in
- ./configure --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var \
- --disable-static \
- --enable-unique \
- --disable-debug
- make
-}
-
-package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
-}