diff options
Diffstat (limited to 'testing/xfce4-mount-plugin/PKGBUILD')
-rw-r--r-- | testing/xfce4-mount-plugin/PKGBUILD | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/testing/xfce4-mount-plugin/PKGBUILD b/testing/xfce4-mount-plugin/PKGBUILD deleted file mode 100644 index ba35e0181..000000000 --- a/testing/xfce4-mount-plugin/PKGBUILD +++ /dev/null @@ -1,34 +0,0 @@ -# $Id: PKGBUILD 157679 2012-04-29 02:54:38Z foutrelis $ -# Maintainer: AndyRTR <andyrtr@archlinux.org> -# Contributor: Tobias Kieslich <tobias (at) archlinux.org> - -pkgname=xfce4-mount-plugin -pkgver=0.6.3 -pkgrel=2 -pkgdesc="Plugin for the Xfce4 panel to mount and unmount volumes" -arch=('i686' 'x86_64') -license=('GPL') -url="http://xfce-goodies.berlios.de/" -groups=('xfce4-goodies') -depends=('xfce4-panel') -makedepends=('intltool') -options=('!libtool') -install=${pkgname}.install -source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2) -sha1sums=('bbc031f8518dc873d3a3ef42b3e228eeb0c9bb86') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure --prefix=/usr \ - --sysconfdir=/etc \ - --libexecdir=/usr/lib \ - --localstatedir=/var \ - --disable-static \ - --disable-debug - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install -} |