1 # Contributor: Jon Nordby <jononor@gmail.com>
6 pkgdesc="Modified pixman for SPICE"
8 url="http://www.spice-space.org"
11 makedepends=('rpmextract')
13 _tarballname=$pkgname-$pkgver-git20090127
14 source=(ftp://ftp.redhat.com/pub/redhat/linux/enterprise/5Client/en/os/SRPMS/$pkgname-$pkgver-4.el5.src.rpm)
16 md5sums=('fcc56cfcd808c8892e39613c1d8db9c5')
20 rpmextract.sh $pkgname-$pkgver-4.el5.src.rpm
21 tar xzf qpixman-0.13.3-git20090127.tar.gz
22 cd "$srcdir/qpixman-0.13.3-git20090127"
24 ./configure --disable-static -includedir=/usr/include --libdir=/usr/lib
25 patch -p1 -i ../fix-raster-ops.patch
27 make DESTDIR="$pkgdir/" install
30 # vim:set ts=2 sw=2 et:
31 md5sums=('95f4edcf418984327330c2cd39297896')
32 md5sums=('46944eb05639461b5db47c17dbcd3fdc')