# $Id: PKGBUILD 107340 2011-01-23 18:55:43Z andyrtr $ # Maintainer: AndyRTR # Contributor: Tobias Kieslich pkgname=thunar-archive-plugin pkgver=0.3.0 pkgrel=1 pkgdesc="create and deflate archives in thunar" arch=(i686 x86_64 'mips64el') license=('GPL2') url="http://goodies.xfce.org/projects/thunar-plugins/thunar-archive-plugin" groups=('xfce4-goodies') depends=('thunar>=1.2.0' 'hicolor-icon-theme') makedepends=('intltool') options=('!libtool') install=${pkgname}.install source=(http://archive.xfce.org/src/thunar-plugins/${pkgname}/0.3/${pkgname}-${pkgver}.tar.bz2) md5sums=('afeb3f1c65a4529dbdadc6e7b349a712') build() { cd ${srcdir}/${pkgname}-${pkgver} ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/xfce4 \ --localstatedir=/var \ --disable-static make } package() { cd ${srcdir}/${pkgname}-${pkgver} make DESTDIR=${pkgdir} install }