summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 8401efdfc002d6fd383b527f7944fe04384dd5ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Maintainer: SanskritFritz (gmail)

pkgname=xfce4-embed-plugin
pkgver=1.6.0
pkgrel=1
pkgdesc="Plugin that enables embedding of any application window into the Xfce panel."
arch=('i686' 'x86_64')
license=('GPL')
url="http://goodies.xfce.org/projects/panel-plugins/${pkgname}"
groups=('xfce4-goodies')
depends=('xfce4-panel')
makedepends=('intltool')
#options=('!libtool')
source=(http://archive.xfce.org/src/panel-plugins/${pkgname}/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2)

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
}
md5sums=('6870b116b85e4fa68d1b9ef76bd1d279')