1 # $Id: PKGBUILD 82 2009-07-17 19:56:55Z aaron $
2 # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
3 # Contributor: Alexander Mieland <dma147@linux-stats.org>
8 pkgdesc="OSD plugin/Script for xchat"
10 url="http://sourceforge.net/projects/xchatosd/"
11 depends=('xchat' 'xosd')
13 source=(http://downloads.sourceforge.net/sourceforge/xchatosd/xchatosd-$pkgver.tar.gz
15 md5sums=('d95091553dc19e32aefb03ec46ab641d' '9fa6903a34afc2e9f4b92ea6eb1f56bc')
18 cd $startdir/src/$pkgname-$pkgver
19 patch -Np1 <../build-fix.patch
20 if [ "$CARCH" == "x86_64" ] ; then
21 sed -re 's|-L/usr/local/lib|-L/usr/local/lib -fPIC|' -i Makefile
24 install -D -m 755 xchatosd.so $startdir/pkg/usr/lib/xchat/plugins/xchatosd.so