summaryrefslogtreecommitdiffstats
path: root/abs/extra/xfce4-panel/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/xfce4-panel/PKGBUILD')
-rw-r--r--abs/extra/xfce4-panel/PKGBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/abs/extra/xfce4-panel/PKGBUILD b/abs/extra/xfce4-panel/PKGBUILD
deleted file mode 100644
index f11c0b1..0000000
--- a/abs/extra/xfce4-panel/PKGBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# $Id: PKGBUILD 80831 2010-05-22 13:45:04Z andyrtr $
-# Maintainer: AndyRTR <andyrtr@archlinux.org>
-# Contributor: tobias <tobias funnychar archlinux.org>
-
-pkgname=xfce4-panel
-pkgver=4.6.4
-pkgrel=1
-pkgdesc="Panel for the Xfce desktop environment"
-arch=('i686' 'x86_64')
-license=('GPL2')
-url="http://www.xfce.org/"
-groups=('xfce4')
-depends=("libxfcegui4>=4.6.4" 'exo>=0.3.107' 'libwnck' 'hicolor-icon-theme')
-makedepends=('pkgconfig' "xfconf>=4.6.2" 'intltool')
-options=('!libtool')
-install=${pkgname}.install
-source=(http://archive.xfce.org/src/xfce/${pkgname}/4.6/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('82f10a42aefca4cc26a6633e7478cc65')
-
-build() {
- cd ${srcdir}/${pkgname}-${pkgver}
- ./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib \
- --localstatedir=/var --disable-static
- make || return 1
-}
-
-package() {
- cd ${srcdir}/${pkgname}-${pkgver}
- make DESTDIR=${pkgdir} install || return 1
-}