summaryrefslogtreecommitdiff
path: root/testing/xfce4-dev-tools/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/xfce4-dev-tools/PKGBUILD')
-rw-r--r--testing/xfce4-dev-tools/PKGBUILD34
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/xfce4-dev-tools/PKGBUILD b/testing/xfce4-dev-tools/PKGBUILD
deleted file mode 100644
index ef1207c79..000000000
--- a/testing/xfce4-dev-tools/PKGBUILD
+++ /dev/null
@@ -1,34 +0,0 @@
-# $Id: PKGBUILD 157663 2012-04-29 02:54:11Z foutrelis $
-# Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
-# Contributor: Andreas Radke <andyrtr@archlinux.org>
-# Contributor: Tobias Kieslich <tobias funnychar archlinux.org>
-
-pkgname=xfce4-dev-tools
-pkgver=4.10.0
-pkgrel=1
-pkgdesc="Xfce developer tools"
-arch=('i686' 'x86_64')
-url="http://www.xfce.org/"
-license=('GPL2')
-depends=('gtk-doc' 'automake' 'make' 'intltool' 'pkg-config')
-options=('!libtool')
-source=(http://archive.xfce.org/src/xfce/xfce4-dev-tools/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
-sha256sums=('f79649bbfbbf16881494ee9f67035063765aec12e23ab9bac31de2c8a4f32bf8')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
-
- ./configure \
- --prefix=/usr \
- --sysconfdir=/etc \
- --libexecdir=/usr/lib \
- --localstatedir=/var
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: