PKGBUILDs/extra/thunar-archive-plugin/PKGBUILD

26 lines
766 B
Bash
Raw Normal View History

2009-10-10 02:23:22 +00:00
# $Id: PKGBUILD 356 2008-04-18 22:56:27Z aaron $
# Contributor: Tobias Kieslich <tobias (at) archlinux.org>
pkgname=thunar-archive-plugin
pkgver=0.2.4
pkgrel=5
pkgdesc="create and deflate archives in thunar"
arch=(i686 x86_64)
license=('GPL2')
url="http://xfce-goodies.berlios.de/"
groups=('xfce4-goodies')
depends=('thunar')
makedepends=('intltool' 'pkgconfig')
options=('!libtool')
install=${pkgname}.install
source=(http://download.berlios.de/xfce-goodies/${pkgname}-${pkgver}.tar.bz2)
md5sums=('4c389e6328af9322937af76382f0baec')
build() {
cd ${startdir}/src/${pkgname}-${pkgver}
./configure --prefix=/usr --sysconfdir=/etc --libexecdir=/usr/lib/xfce4 \
--localstatedir=/var --disable-static
make || return 1
make DESTDIR=${startdir}/pkg install
}