# $Id: PKGBUILD 198568 2013-10-30 15:39:44Z allan $ # Maintainer: # Contributor: AndyRTR # Contributor: Tobias Kieslich pkgname=xfce4-smartbookmark-plugin pkgver=0.4.5 pkgrel=1 pkgdesc="Plugin for the Xfce4 panel that lets you quicksearch from selected websites" arch=('i686' 'x86_64') url="http://goodies.xfce.org/projects/panel-plugins/xfce4-smartbookmark-plugin" license=('GPL2') groups=('xfce4-goodies') depends=('xfce4-panel') makedepends=('intltool' 'libxt') source=(http://archive.xfce.org/src/panel-plugins/$pkgname/0.4/$pkgname-$pkgver.tar.bz2 xfce4-smartbookmark-plugin-archlinux.patch) sha256sums=('6aa4269a5f4b7a3332d3c491efbbbd0a9ff0031a0005fee780346863bcf4f886' 'a126b086811b60a8f3cd1a2b818cb6b9a9c6e959e00db1499b114fa8803325e6') build() { cd "$srcdir/$pkgname-$pkgver" patch -Np0 -i "$srcdir/xfce4-smartbookmark-plugin-archlinux.patch" ./configure \ --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib \ --localstatedir=/var \ --disable-static \ --disable-debug make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: